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 4c5f6c4 commit ed96182Copy full SHA for ed96182
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
run: poetry run flake8
46
47
- name: Run Tests
48
- run: poetry run python -m pytest --cov=src/nats_queue --cov-report=xml src/test/
+ run: poetry run python -m pytest --cov=src/nats_queue src/test/
49
50
- name: Upload coverage to Codecov
51
uses: codecov/codecov-action@v4
0 commit comments