Skip to content

Commit

Permalink
Merge pull request #454 from Steinbeck-Lab/development
Browse files Browse the repository at this point in the history
build: update code cov token parameter
  • Loading branch information
NishaSharma14 authored Feb 19, 2024
2 parents 0ba1b6d + 1da6d3c commit 392b05b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
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
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 392b05b

Please sign in to comment.