Skip to content

Commit ed96182

Browse files
committed
fix: ci.yml delete create xml coverage report
1 parent 4c5f6c4 commit ed96182

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
@@ -45,7 +45,7 @@ jobs:
4545
run: poetry run flake8
4646

4747
- name: Run Tests
48-
run: poetry run python -m pytest --cov=src/nats_queue --cov-report=xml src/test/
48+
run: poetry run python -m pytest --cov=src/nats_queue src/test/
4949

5050
- name: Upload coverage to Codecov
5151
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)