-
Notifications
You must be signed in to change notification settings - Fork 14
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
Conversation
There was a problem hiding this 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" |
There was a problem hiding this comment.
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
?
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
c8d1e47
to
2b2ba51
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
Also attempts to remove the
Dancefile.inject
being added for some reason, possibly by thebuild-docker-container
step