Skip to content

Commit

Permalink
Test codecov test result upload (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet authored Jun 10, 2024
1 parent ff4a47f commit ecac14f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ jobs:
org-slug: ${{ github.repository_owner }}
token: ${{ env.TRUNK_TOKEN }}
continue-on-error: true
- name: Upload test results to Codecov
if: always()
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: ${{ matrix.test.name }}
- name: Dump logs
run: docker compose --profile tests logs
if: always()

0 comments on commit ecac14f

Please sign in to comment.