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 809bb60 commit 37cbb5aCopy full SHA for 37cbb5a
1 file changed
.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
33
run: ./gradlew --warning-mode=all jacocoTestReport
34
- name: 'Upload coverage to Codecov'
35
if: github.repository == 'mapstruct/mapstruct-idea' && matrix.version.idea == '2025.1'
36
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v7
37
with:
38
fail_ci_if_error: true
39
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments