Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v5.0.5
Browse files Browse the repository at this point in the history
| datasource  | package                | from   | to     |
| ----------- | ---------------------- | ------ | ------ |
| github-tags | codecov/codecov-action | v5.0.2 | v5.0.5 |
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent b0db449 commit 1b190ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: ./gradlew app:koverXmlReportDebug --warning-mode all --stacktrace

- name: Upload Test Report
uses: codecov/codecov-action@v5.0.2
uses: codecov/codecov-action@v5.0.5
with:
files: ./app/build/reports/kover/reportDebug.xml
fail_ci_if_error: true
Expand Down

0 comments on commit 1b190ad

Please sign in to comment.