Skip to content

Commit

Permalink
Upload report to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold872 committed Dec 19, 2024
1 parent d98ea01 commit 9f52675
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/elastic-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ jobs:

- name: Generate junit report xml
run: dart pub global run junitreport:tojunit --input reports/test-report.json --output reports/junit-report.xml

- name: Upload test reports to Codecov
uses: codecov/test-results-action@v1
with:
files: reports/junit-report.xml
token: ${{ secrets.CODECOV_TOKEN }}
build:
strategy:
fail-fast: false
Expand Down

0 comments on commit 9f52675

Please sign in to comment.