Skip to content

Commit

Permalink
test: codecov upload V4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan authored May 29, 2024
1 parent d3b8fd0 commit f3d71c9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
run: |
python3 -m pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.0.0
uses: Wandalen/wretry.action@v3.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
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

action: codecov/[email protected]
with: |
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
name: codecov-umbrella
fail_ci_if_error: true
attempt_limit: 5
attempt_delay: 30000

0 comments on commit f3d71c9

Please sign in to comment.