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 f61abb2 commit e9da23bCopy full SHA for e9da23b
.github/workflows/coverage.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Generate coverage report
34
run: |
35
pip install coverage
36
- $(pdm venv activate)
+ . .venv/bin/activate
37
coverage run --source=. -m runtests
38
coverage xml
39
- name: Upload coverage to Codecov
.github/workflows/python-package.yml
@@ -40,5 +40,5 @@ jobs:
40
flake8 . --config=flake8rc --count --exit-zero --max-complexity=100 --max-line-length=127 --statistics
41
- name: Test with unpythonic.test.fixtures
42
43
44
python runtests.py
0 commit comments