Skip to content

Commit

Permalink
Upload report even if tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold872 committed Dec 19, 2024
1 parent 9f52675 commit 968d4d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/elastic-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
run: dart pub global run junitreport:tojunit --input reports/test-report.json --output reports/junit-report.xml

- name: Upload test reports to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
files: reports/junit-report.xml
Expand Down

0 comments on commit 968d4d2

Please sign in to comment.