Skip to content
Snippets Groups Projects

Fix module name in pytest --cov argument

Merged Duncan Macleod requested to merge duncanmmacleod/gwdatafind:fix-ci-coverage-target into main
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -153,6 +153,8 @@ deb:bullseye:
@@ -153,6 +153,8 @@ deb:bullseye:
needs:
needs:
- tarball
- tarball
variables:
variables:
 
# target for coverage
 
COVERAGE_TARGET: "gwdatafind"
# don't need the git repo
# don't need the git repo
GIT_STRATEGY: none
GIT_STRATEGY: none
# configure pytest
# configure pytest
Loading