Skip to content

Commit

Permalink
chore: test codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan authored Nov 12, 2024
1 parent 9fa4d57 commit 9bf355e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,13 @@ jobs:
- name: Run test
run: |
python3 -m pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
directory: ./coverage/reports/
fail_ci_if_error: true
files: /home/runner/work/cheminformatics-microservice/cheminformatics-microservice/coverage.xml
flags: unittests
name: codecov-umbrella
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 9bf355e

Please sign in to comment.