Generate repro test errors when model does not run successfully#173
Generate repro test errors when model does not run successfully#173
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #173 +/- ##
===========================================
+ Coverage 68.39% 85.69% +17.29%
===========================================
Files 14 22 +8
Lines 829 1244 +415
===========================================
+ Hits 567 1066 +499
+ Misses 262 178 -84 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
… to exceptions Add stdout and stderr to model run exceptions so it is displayed in the test output on Github
…ixture This means any errors from non-zero exit status from model runs are reported as test setup errors vs reproducibility test failures
5fed4da to
5a53d1a
Compare
|
Rebased changes onto |
|
The latest version of |
CodeGat
left a comment
There was a problem hiding this comment.
We ran through this on a call, looks good!
This PR:
Closes #170