Skip to content

Commit

Permalink
Enable codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Oct 7, 2024
1 parent 1cc64ff commit 4f7bc97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
strategy:
matrix:
node-version:
Expand All @@ -24,3 +27,4 @@ jobs:
- uses: codecov/codecov-action@v4
with:
name: Node.js ${{ matrix.node-version }}
use_oidc: true

0 comments on commit 4f7bc97

Please sign in to comment.