Skip to content

Commit ce3c7bb

Browse files
committed
Always do codecov
1 parent ab39e51 commit ce3c7bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
report_paths: "**/TEST-*.xml"
3636
- name: Upload coverage reports to Codecov
3737
uses: codecov/codecov-action@v5
38+
if: always() # always run even if the previous step fails
3839
with:
3940
token: ${{ secrets.CODECOV_TOKEN }}
4041
file: ./**/build/reports/jacoco/test/jacocoTestReport.xml

0 commit comments

Comments
 (0)