Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
小滋润 committed Nov 5, 2024
1 parent 14a6a20 commit 0bbbfea
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/common-test-and-update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,17 @@ jobs:
uses: codecov/codecov-action@v4
with:
files: docs/coverage.out
token: ${{ secrets.CODECOV_TOKEN }}
env:
CODECOV_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 }}

env:
CODECOV_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 0bbbfea

Please sign in to comment.