Skip to content

Commit

Permalink
deps: update codecov/codecov-action action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and sschuberth committed Jan 31, 2024
1 parent b3063be commit 5012819
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
gradle-home-cache-cleanup: true
arguments: --scan test jacocoTestReport -x :plugins:reporters:web-app-template:yarnBuild
- name: Upload code coverage data
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: test
funTest-non-docker:
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
gradle-home-cache-cleanup: true
arguments: --scan -Ptests.exclude=org.ossreviewtoolkit.plugins.packagemanagers.* funTest jacocoFunTestReport
- name: Upload code coverage data
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: funTest-non-docker
funTest-docker:
Expand All @@ -158,6 +158,6 @@ jobs:
gradle-home-cache-cleanup: true
arguments: --scan -Ptests.include=org.ossreviewtoolkit.plugins.packagemanagers.* funTest jacocoFunTestReport
- name: Upload code coverage data
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: funTest-docker

0 comments on commit 5012819

Please sign in to comment.