Skip to content

Commit

Permalink
Update tests.yaml
Browse files Browse the repository at this point in the history
add code coverage
  • Loading branch information
rhoadesScholar authored Feb 15, 2024
1 parent 080f217 commit e4189e8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,9 @@ jobs:
run: pytest --color=yes --cov --cov-report=xml --cov-report=term-missing

- name: Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v3
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
env:
token: ${{ secrets.CODECOV_TOKEN }}
slug: janelia-cellmap/LeibNetz

0 comments on commit e4189e8

Please sign in to comment.