Skip to content

Commit

Permalink
Update pr_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chasemc committed Mar 1, 2024
1 parent 078b082 commit 7d7e8d3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@ jobs:
run: sudo apt-get install hmmer
- name: Run tests
run: pytest tests -v --cov=./socialgene --cov-report=xml:./coverage.xml --cov-report term-missing
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true # optional (default = false)
files: ./coverage.xml
flags: unittests # optional
name: codecov-umbrella # optional
verbose: true # optional (default = false)
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7d7e8d3

Please sign in to comment.