Skip to content

Commit

Permalink
Merge branch 'main' into renovate/aws-sdk-go-v2-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias authored Nov 15, 2024
2 parents 9a53901 + 66d5d38 commit f04ebb2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,9 @@ jobs:
cp coverage.txt $TEST_RESULTS
cp coverage.html $TEST_RESULTS
- name: Upload coverage report
uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/[email protected]
with:
fail_ci_if_error: true
files: ./coverage.txt
verbose: true
- name: Store coverage test output
Expand Down

0 comments on commit f04ebb2

Please sign in to comment.