Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean old tests when recalculating durations #373

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

pvandyken
Copy link
Contributor

Also attempts to remove the Dancefile.inject being added for some reason, possibly by the build-docker-container step

Copy link
Contributor

@kaitj kaitj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me - the question below doesn't necessarily necessitate a change. Approved pending a passing quality + test workflow.

--doctest-modules --ignore=docs
--ignore=snakebids/project_template --benchmark-disable
- name: remove spuriously include "Dancefile.inject"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor point and can be ignored. Is there any reason for using git clean here rather than including the Dancefile.inject to the .gitignore?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just because the intent here is that nothing should be added. I don't know what the dancefile is or whence it comes, so putting in an ignore file is maybe weird?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fairpoint. I guess I was coming from the what if there are other untracked files that should be committed angle.

Also attempts to remove the Dancefile.inject being added for some
reason, possibly by the `build-docker-container` step
Copy link

codecov bot commented Feb 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8fce792) 91.60% compared to head (2b2ba51) 91.60%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #373   +/-   ##
=======================================
  Coverage   91.60%   91.60%           
=======================================
  Files          39       39           
  Lines        1727     1727           
=======================================
  Hits         1582     1582           
  Misses        145      145           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pvandyken pvandyken merged commit 6897cf3 into khanlab:main Feb 15, 2024
36 checks passed
@pvandyken pvandyken deleted the fix/nightly-tests branch February 15, 2024 18:23
@pvandyken pvandyken added the maintenance Updates or improvements that do not change functionality of the code label Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Updates or improvements that do not change functionality of the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants