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 b68f2d8 commit ba444bcCopy full SHA for ba444bc
1 file changed
.github/workflows/full-build.yml
@@ -165,3 +165,10 @@ jobs:
165
f.write(f"| **Line** | **{line_pct:.2f}%** |\n")
166
f.write(f"| **Branch** | **{branch_pct:.2f}%** |\n\n")
167
'
168
+ - name: Upload coverage to Codecov
169
+ if: always() && matrix.os == 'ubuntu-latest' && matrix.java-version == '21'
170
+ uses: codecov/codecov-action@v6
171
+ with:
172
+ token: ${{ secrets.CODECOV_TOKEN }}
173
+ files: tests/target/site/jacoco-aggregate/jacoco.xml
174
+ fail_ci_if_error: false
0 commit comments