We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824366f commit ada524fCopy full SHA for ada524f
.github/workflows/coverage.yml
@@ -46,6 +46,8 @@ jobs:
46
echo "VIRTUAL_ENV=$VIRTUAL_ENV" >> "$GITHUB_ENV"
47
- name: Generate coverage report
48
run: |
49
+ pdm use --venv in-project
50
+ source .venv/bin/activate
51
python -m coverage run --source=. -m runtests
52
python -m coverage xml
53
- name: Upload coverage to Codecov
.github/workflows/python-package.yml
@@ -53,4 +53,6 @@ jobs:
54
- name: Test with unpythonic.test.fixtures
55
56
57
58
python runtests.py
0 commit comments