Skip to content

Commit

Permalink
Merge pull request #14 from element-hq/renovate/codecov-codecov-actio…
Browse files Browse the repository at this point in the history
…n-4.x

Update codecov/codecov-action action to v4
  • Loading branch information
bmarty authored Feb 13, 2024
2 parents d92d3a6 + 988f167 commit 8920450
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
# https://github.com/codecov/codecov-action
- name: ☂️ Upload coverage reports to codecov
if: always()
uses: codecov/codecov-action@v3
# with:
# files: build/reports/kover/xml/report.xml
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 8920450

Please sign in to comment.