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 6d3e5f1 commit aff80b7Copy full SHA for aff80b7
.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 tests/
+ run: poetry run python -m pytest --cov=src/nats_queue --cov-report=lcov tests/
49
50
- name: Upload coverage to Codecov
51
uses: codecov/codecov-action@v4
0 commit comments