Skip to content

Commit 9247c5d

Browse files
committed
#2870 Use codecov action v2
1 parent 4c9aa00 commit 9247c5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: 'Generate coverage report'
4040
run: ./mvnw jacoco:report
4141
- name: 'Upload coverage to Codecov'
42-
uses: codecov/codecov-action@v1
42+
uses: codecov/codecov-action@v2
4343
- name: 'Publish Snapshots'
4444
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'mapstruct/mapstruct'
4545
run: ./mvnw -s etc/ci-settings.xml -DskipTests=true -DskipDistribution=true deploy

0 commit comments

Comments
 (0)