Skip to content

Commit

Permalink
chore: Use OpenID Connect for Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
jespertheend committed Apr 11, 2024
1 parent 15a338c commit f4244d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,11 @@ jobs:
run: deno task test test/unit --coverage

- name: Codecov
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed
with:
files: .coverage/cov.lcov
flags: unittests
use_oidc: true

e2e-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f4244d8

Please sign in to comment.