Skip to content

Commit 5123ffd

Browse files
chore(deps): update codecov/codecov-action action to v2 (#1814)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 438f8e4 commit 5123ffd

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

.github/workflows/build-feature.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
mvn -B spring-javaformat:apply --no-transfer-progress
5454
mvn -B verify -P coverage --no-transfer-progress -D maven.javadoc.skip=true
5555
56-
- uses: codecov/codecov-action@v1
56+
- uses: codecov/codecov-action@v2
5757
with:
58-
file: ./**/target/site/jacoco/jacoco.xml
59-
name: codecov
58+
files: "'*/jacoco.xml'"

.github/workflows/build-main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,9 @@ jobs:
5353
mvn -B spring-javaformat:apply --no-transfer-progress
5454
mvn -B verify -P coverage --no-transfer-progress -D maven.javadoc.skip=true
5555
56-
- uses: codecov/codecov-action@v1
56+
- uses: codecov/codecov-action@v2
5757
with:
58-
file: ./**/target/site/jacoco/jacoco.xml
59-
name: codecov
58+
files: "'*/jacoco.xml'"
6059

6160
publish-snapshot:
6261
needs: build

.github/workflows/build-pullrequest.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
mvn -B spring-javaformat:apply --no-transfer-progress
5050
mvn -B verify -P coverage --no-transfer-progress -D maven.javadoc.skip=true
5151
52-
- uses: codecov/codecov-action@v1
52+
- uses: codecov/codecov-action@v2
5353
with:
54-
file: ./**/target/site/jacoco/jacoco.xml
55-
name: codecov
54+
files: "'*/jacoco.xml'"

0 commit comments

Comments
 (0)