Skip to content

Commit

Permalink
collapsed 2 codecov jobs into 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicaw9910 committed Feb 23, 2024
1 parent 695b5fb commit f84e129
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,12 @@ jobs:
run: |
pytest -v --cov=missense_kinase_toolkit --cov-report=xml --color=yes tests/
- name: CodeCov
uses: codecov/codecov-action@v1
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
file: ./coverage.xml
flags: unittests
name: codecov-${{ matrix.os }}-py${{ matrix.python-version }}

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
env:
token: ${{ secrets.CODECOV_TOKEN }}
slug: choderalab/missense-kinase-toolkit

0 comments on commit f84e129

Please sign in to comment.