Skip to content

Commit

Permalink
Merge pull request #1666 from buildpacks/bugfix/issue-1665-codecov-fa…
Browse files Browse the repository at this point in the history
…iled-to-upload

Fix random error with codecov upload
  • Loading branch information
jkutner committed Mar 10, 2023
2 parents 0f0918d + f30de7e commit 759d672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
- name: Upload Coverage
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./out/tests/coverage-unit.txt
flags: unit,os_${{ matrix.os }}
fail_ci_if_error: true
Expand Down

0 comments on commit 759d672

Please sign in to comment.