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 13291b7 commit 5f30975Copy full SHA for 5f30975
src/pages/RepoPage/CoverageOnboarding/UseFrameworkInstructions.tsx
@@ -94,7 +94,7 @@ jobs:
94
},
95
Pytest: {
96
install: 'pip install pytest pytest-cov',
97
- run: 'pytest --cov-branch --cov-report=xml',
+ run: 'pytest --cov --cov-branch --cov-report=xml',
98
githubActionsWorkflow: `name: Run tests and upload coverage
99
100
on:
@@ -117,7 +117,7 @@ jobs:
117
run: pip install pytest pytest-cov
118
119
- name: Run tests
120
- run: pytest --cov-branch --cov-report=xml
+ run: pytest --cov --cov-branch --cov-report=xml
121
122
- name: Upload results to Codecov
123
uses: codecov/codecov-action@v5
0 commit comments