Skip to content

Commit

Permalink
--cov=missense_kinase_toolkit/databases
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicaw9910 committed Sep 17, 2024
1 parent d8063f3 commit 04df271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/databases-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ jobs:
shell: bash -l {0}
run: |
pytest -v --cov-report=xml --color=yes \
--cov=./ \
--cov=missense_kinase_toolkit/databases \
tests/test_databases.py
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
fail_ci_if_error: false # optional (default = false)
file: ./coverage.xml
file: missense_kinase_toolkit/databases/coverage.xml
flags: databases # optional
name: codecov-${{ matrix.os }}-py${{ matrix.python-version }}
# https://github.com/codecov/codecov-action
Expand Down

0 comments on commit 04df271

Please sign in to comment.