Skip to content

Commit

Permalink
ci(deps): update codecov/codecov-action action to v4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 21, 2024
1 parent e6adfbd commit 4d62e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
should-run-codecov: false
check-command: "./gradlew koverXmlReport --parallel || ./gradlew koverXmlReport --parallel"
- name: Push coverage report
uses: codecov/[email protected].0
uses: codecov/[email protected].1
with:
files: ./build/reports/kover/report.xml
verbose: true
Expand Down

0 comments on commit 4d62e52

Please sign in to comment.