Skip to content

Commit 065625c

Browse files
authored
Update test command in CI workflow
1 parent dd7dbf0 commit 065625c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +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/ > pytest-coverage.txt
37-
cat pytest-coverage.txt
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
3837
3938
- name: Generate coverage report & comment on PR
4039
id: coverageComment

0 commit comments

Comments
 (0)