Skip to content

Commit

Permalink
Correct path for codecov.yml (#759)
Browse files Browse the repository at this point in the history
Co-authored-by: Cody Baker <[email protected]>
  • Loading branch information
h-mayorquin and CodyCBakerPhD authored Feb 21, 2024
1 parent b19ed31 commit 60964a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
S3_GIN_BUCKET: ${{ secrets.S3_GIN_BUCKET }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}


run-live-service-tests:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
required: true
S3_GIN_BUCKET:
required: true
CODECOV_TOKEN:
required: true
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -139,4 +141,6 @@ jobs:
file: ./codecov.xml
flags: unittests
name: codecov-umbrella
yml: ./codecov.yml
codecov_yml_path: ./codecov.yml
fail_ci_if_error: true
verbose: true

0 comments on commit 60964a2

Please sign in to comment.