Skip to content

Commit

Permalink
Update harbor-ci.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Matthew Payne <[email protected]>
  • Loading branch information
apayne97 authored Apr 13, 2024
1 parent 7ad6356 commit 9da8e23
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/harbor-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,8 @@ jobs:
pytest -n auto --durations=10 -v --cov-report=xml --cov-report=term --color=yes \
--cov=harbor \
harbor/tests
- name: Upload Code Coverage to Codecov
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
# Don't upload coverage scheduled or on fork
if: ${{ github.repository == 'choderalab/harbor'
&& github.event != 'schedule' }}
with:
file: ./coverage.xml
flags: unittests
name: codecov-${{ matrix.os }}-py${{ matrix.python-version }}
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}
slug: choderalab/harbor

0 comments on commit 9da8e23

Please sign in to comment.