Closed R7L208 closed 1 year ago
Merging #350 (2ab1811) into master (776218e) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #350 +/- ##
=======================================
Coverage 87.72% 87.72%
=======================================
Files 6 6
Lines 872 872
Branches 177 177
=======================================
Hits 765 765
Misses 81 81
Partials 26 26
Removing a line that looks for coverage file based on tox env. Coverage runs tests in parallel so added a guid to the end of the env name making it undiscoverable.
After running tox -e to run tests a user can see the coverage report by running tox -e coverage-report.