Skip to content

Commit

Permalink
only upload test coverage for aiida-workgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 committed Dec 2, 2024
1 parent a464882 commit f8e772d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ jobs:
AIIDA_WARN_v3: 1
run: |
# Have to split tests into see issue #225
pytest -m "not frontend and not backend" -v --cov --durations=0
pytest -m backend -v --cov-append --durations=0
pytest -m frontend -v --cov-append --durations=0
pytest -m "not frontend and not backend" -v --cov=aiida_workgraph --durations=0
pytest -m backend -v --cov=aiida_workgraph --cov-append --durations=0
pytest -m frontend -v --cov=aiida_workgraph --cov-append --durations=0
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit f8e772d

Please sign in to comment.