Skip to content

Commit

Permalink
Upload codecov result
Browse files Browse the repository at this point in the history
  • Loading branch information
bill-moj committed Jan 10, 2025
1 parent 24cd66f commit 758c730
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ jobs:
npx junit-to-ctrf artifacts/npm_unit_test_artifacts/jest/junit.xml -o artifacts/npm_unit_test_artifacts/jest/ctrf.json
npx github-actions-ctrf tests artifacts/npm_unit_test_artifacts/jest/ctrf.json
npx github-actions-ctrf failed-folded artifacts/npm_unit_test_artifacts/jest/ctrf.json
- uses: actions/checkout@v4
- name: Upload results to Codecov
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
needs:
- node_integration_tests
- node_unit_tests
Expand Down

0 comments on commit 758c730

Please sign in to comment.