We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20ac86 commit e2f0995Copy full SHA for e2f0995
.github/workflows/ci.yml
@@ -31,6 +31,8 @@ jobs:
31
test:
32
name: Running tests
33
runs-on: ubuntu-24.04-arm
34
+ permissions:
35
+ id-token: write
36
steps:
37
- name: Checkout Repo
38
uses: actions/checkout@v4
@@ -51,8 +53,6 @@ jobs:
51
53
--experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info
52
54
55
- name: Upload coverage reports to Codecov
- uses: codecov/codecov-action@v4.0.1
56
+ uses: codecov/codecov-action@v5
57
with:
- token: ${{ secrets.CODECOV_TOKEN }}
- slug: cometkim/unicode-segmenter
58
- file: lcov.info
+ use_oidc: true
0 commit comments