Skip to content

Commit

Permalink
Merge pull request #519 from crazy-max/fix-codecov
Browse files Browse the repository at this point in the history
ci: fix missing source for codecov
  • Loading branch information
CrazyMax authored and GitHub committed Apr 22, 2025
2 parents 902fa8e + c88acc3 commit 12d9b9a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,18 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Test
uses: docker/bake-action@v6
with:
source: .
targets: test
-
name: Upload coverage
uses: codecov/codecov-action@v5
with:
file: ./coverage/clover.xml
files: ./coverage/clover.xml
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 12d9b9a

Please sign in to comment.