Skip to content

Commit aff80b7

Browse files
committed
fix: ci.yml
1 parent 6d3e5f1 commit aff80b7

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 tests/
48+
run: poetry run python -m pytest --cov=src/nats_queue --cov-report=lcov tests/
4949

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

0 commit comments

Comments
 (0)