Skip to content

Commit

Permalink
Merge a60cfb3 into a33b076
Browse files Browse the repository at this point in the history
  • Loading branch information
adinauer committed Apr 29, 2024
2 parents a33b076 + a60cfb3 commit cc070f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ jobs:
run: make preMerge

- name: Upload coverage to Codecov
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # pin@v3
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # pin@v4
with:
name: sentry-java
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload test results
if: always()
Expand Down

0 comments on commit cc070f9

Please sign in to comment.