Closed jdidion closed 4 years ago
Merging #130 into develop will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## develop #130 +/- ##
========================================
Coverage 76.57% 76.57%
========================================
Files 18 18
Lines 1878 1878
========================================
Hits 1438 1438
Misses 440 440
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 9734e12...c43072f. Read the comment docs.
I refactored the code in the workflow_runner fixture into a separate class. I added support for a
callback
keyword for a function to be called after each successful workflow execution.