Skip to content

Commit 39a7b07

Browse files
authored
Correct test command in CI workflow
1 parent 065625c commit 39a7b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Run tests with coverage
3535
run: |
36-
poetry run python -m pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=. tests/nitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=. tests/ > pytest-coverage.txt
36+
poetry run python -m pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=. tests/ > pytest-coverage.txt
3737
3838
- name: Generate coverage report & comment on PR
3939
id: coverageComment

0 commit comments

Comments
 (0)