Skip to content

Commit

Permalink
Merge pull request #497 from ThoughtWorks-SEA/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/codecov/codecov-action-4.0.1

Bump codecov/codecov-action from 3.1.5 to 4.0.1
  • Loading branch information
chadlwilson authored Feb 5, 2024
2 parents 8cea41f + 16aa06e commit d19226c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ jobs:
path: build/reports/tests/test

- name: Upload coverage to codecov.io
uses: codecov/[email protected]
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Gradle Local Docker Trial Build
if: ${{ !endsWith(github.ref, '/master') && !startsWith(github.ref, 'refs/tags/') }}
Expand Down

0 comments on commit d19226c

Please sign in to comment.