Skip to content

Commit

Permalink
setup Codecov on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
imcotton committed Jul 7, 2024
1 parent ab5f903 commit ac493c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: push

permissions:
contents: read
id-token: write

jobs:
test:
Expand Down Expand Up @@ -32,3 +33,9 @@ jobs:
deno coverage --include=./src --lcov --output=cov.lcov
deno coverage --include=./src
- name: Run Codecov
uses: codecov/codecov-action@v4
with:
files: cov.lcov
use_oidc: true

0 comments on commit ac493c9

Please sign in to comment.