Skip to content

Commit

Permalink
Fix ci: no cov data
Browse files Browse the repository at this point in the history
  • Loading branch information
Wh1isper committed Sep 18, 2024
1 parent b97e860 commit ba8e923
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[run]
omit =
*/tests/*
brq/tools.py
brq/cli.py
brq/envs.py
brq/daemon.py
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python -m pip install -e .[test]
- name: Test with pytest
run: |
pytest -vv --cov-config=.coveragerc --cov-report term-missing --cov=brq/ tests
pytest -vv --cov-config=.coveragerc --cov-report term-missing --cov=bresourcemanager/ tests
- name: Upload coverage reports to Codecov
if: matrix.python-version == '3.11'
uses: codecov/codecov-action@v4.0.1
Expand Down

0 comments on commit ba8e923

Please sign in to comment.