Skip to content

Commit

Permalink
TST: Update testing_python_app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 authored Apr 16, 2024
1 parent 569727a commit c33dcec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/testing_python_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ jobs:
- name: "Generate coverage report on ${{ matrix.os }} for Python ${{ matrix.python-version }}"
run: |
pip install pytest pytest-cov
pytest --cov=graphbin --cov-report=xml --cov-append
pytest --cov=gbintk --cov-report=xml --cov-append
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: metagentools/gbintk
fail_ci_if_error: true

0 comments on commit c33dcec

Please sign in to comment.