Add test-specific repro test markers#137
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #137 +/- ##
==========================================
+ Coverage 75.18% 75.40% +0.21%
==========================================
Files 18 18
Lines 927 935 +8
==========================================
+ Hits 697 705 +8
Misses 230 230 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jo-basevi
left a comment
There was a problem hiding this comment.
Thanks @dougiesquire, looks good to me
|
Because we've now renamed markers, I'll need to update config repos that are configured to use It's probably also worth tagging another release, so we don't end up with a horrible mix of markers in the |
|
Good point, I agree that a new release would be good - it's probably time to actually start incrementing the major version now that old markers wouldn't work.. |
|
Okay so I'll tag v0.1.0 once this is merged? I'm going to get the PRs to the config repos ready to go to minimize the period that things don't work. |
This PR adds some test-specific markers to the reproducibility tests to allow finer-grain control over which repro tests are run.
Closes #136