Skip to content

Commit

Permalink
Add Codecov for coverage reports (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
alsmith151 authored Apr 5, 2024
1 parent 9b6ba54 commit 11a2bc7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test_pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,10 @@ jobs:
- name: Test with pytest
shell: pwsh
run: |
pytest -s --cores 4
pytest -vv -s --cov=./ --cov-report=xml --cores 4
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: alsmith151/SeqNado

0 comments on commit 11a2bc7

Please sign in to comment.