Skip to content

Commit

Permalink
Merge pull request #864 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 74a5d14 + ac38c32 commit abd3abc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ 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
Expand Down

0 comments on commit abd3abc

Please sign in to comment.