Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed Apr 16, 2024
2 parents 6c7ad61 + c33dcec commit 262adf0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/testing_python_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +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/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: metagentools/gbintk

0 comments on commit 262adf0

Please sign in to comment.