Skip to content

Commit

Permalink
build: adapt to codecov v4
Browse files Browse the repository at this point in the history
  • Loading branch information
clambin committed Feb 4, 2024
1 parent 396ab50 commit d47f290
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
jobs:
test:
uses: clambin/workflows/.github/workflows/test.yaml@main
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}
build:
needs:
- test
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
test:
uses: clambin/workflows/.github/workflows/test.yaml@main
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}
build:
needs:
- test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ on:
jobs:
test:
uses: clambin/workflows/.github/workflows/test.yaml@main
with:
all-tests: true
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d47f290

Please sign in to comment.