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 a00eb33 commit 956dfc9Copy full SHA for 956dfc9
.github/workflows/run-tests.yaml
@@ -44,7 +44,7 @@ jobs:
44
env:
45
FORCE_COLOR: 1
46
PYTEST_CI_ARGS: --cov-report=xml --cov-report=html --junitxml=test_artifacts/test_report.xml --color=yes
47
- run: tox --skip-missing-interpreters=true
+ run: tox
48
49
- name: Upload coverage reports to Codecov
50
uses: codecov/codecov-action@v3
0 commit comments