#2870 Use codecov action v2

This commit is contained in:
Filip Hrisafov 2022-06-05 12:15:26 +02:00
parent 4c9aa00369
commit 9247c5d7fb

View File

@ -39,7 +39,7 @@ jobs:
- name: 'Generate coverage report'
run: ./mvnw jacoco:report
- name: 'Upload coverage to Codecov'
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
- name: 'Publish Snapshots'
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'mapstruct/mapstruct'
run: ./mvnw -s etc/ci-settings.xml -DskipTests=true -DskipDistribution=true deploy