We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9aa00 commit 9247c5dCopy full SHA for 9247c5d
1 file changed
.github/workflows/main.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: 'Generate coverage report'
40
run: ./mvnw jacoco:report
41
- name: 'Upload coverage to Codecov'
42
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v2
43
- name: 'Publish Snapshots'
44
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'mapstruct/mapstruct'
45
run: ./mvnw -s etc/ci-settings.xml -DskipTests=true -DskipDistribution=true deploy
0 commit comments