Skip to content

Commit

Permalink
Upload test results to Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
小滋润 committed Nov 5, 2024
1 parent 1b1341f commit 2a0d7f5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/common-test-and-update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ jobs:
files: docs/coverage.out
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
files: docs/test-report.xml
token: ${{ secrets.CODECOV_TOKEN }}

- name: Execute updateDocs.sh in container
run: docker exec leap-ledger-server sh "./docs/updateDocs.sh"

Expand Down

0 comments on commit 2a0d7f5

Please sign in to comment.