We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab39e51 commit ce3c7bbCopy full SHA for ce3c7bb
.github/workflows/test.yml
@@ -35,6 +35,7 @@ jobs:
35
report_paths: "**/TEST-*.xml"
36
- name: Upload coverage reports to Codecov
37
uses: codecov/codecov-action@v5
38
+ if: always() # always run even if the previous step fails
39
with:
40
token: ${{ secrets.CODECOV_TOKEN }}
41
file: ./**/build/reports/jacoco/test/jacocoTestReport.xml
0 commit comments