Skip to content

Commit

Permalink
Add back --cov
Browse files Browse the repository at this point in the history
  • Loading branch information
devon-mar committed Jun 9, 2024
1 parent e9c5378 commit 2dd8404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Run pytest
run: |
poetry run pytest -vv --cov-report=xml --cov-branch
poetry run pytest -vv --cov=nornir_routeros --cov-report=xml --cov-branch
- name: Upload coverage to codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 2dd8404

Please sign in to comment.