zuzukin / whl2conda

Generate conda package from pure python wheel
https://zuzukin.github.io/whl2conda/
Apache License 2.0
6 stars 2 forks source link

Exclude whl2conda.external.version module from coverage report in CI #123

Closed analog-cbarber closed 7 months ago

analog-cbarber commented 10 months ago

This is excluded in the .coveragerc file but that does not seem to be sufficient for CI.

analog-cbarber commented 7 months ago

The CI invocation seems to be ignoring the .coveragerc file for some reason. Perhaps moving the config to the pyproject.toml will help...

analog-cbarber commented 7 months ago

The problem is actually that my .coveragerc file was being gitignored! Doh!