Closed ChristopherSzczyglowski closed 2 years ago
Merging #18 (4c9877c) into develop (3ba9722) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## develop #18 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 5 5
=========================================
Hits 5 5
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 3ba9722...4c9877c. Read the comment docs.
This is failing because the virtual environment is not activated for each command in the pipeline.
I can get around this by adding preamble to each command but a cleaner implementation is to run CI inside the Docker container
This PR provides a developer container for the template repository.
New Features
README.MD
Linked to
Closes #7 Closes #11 Opens #19
Opens #20