Skip to content

Commit

Permalink
TST: Connect to Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 authored Apr 16, 2024
1 parent 46b037a commit 569727a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/testing_python_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,10 @@ jobs:
run: |
pip install pytest pytest-cov
pytest --cov=graphbin --cov-report=xml --cov-append
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: metagentools/gbintk
fail_ci_if_error: true

0 comments on commit 569727a

Please sign in to comment.