Skip to content

Commit 016ca6a

Browse files
committed
Fix coverage
1 parent 9fd7387 commit 016ca6a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: FastAdmin CI
22

33
on: [create, push]
44

5+
permissions:
6+
contents: read
7+
id-token: write
8+
59
concurrency:
610
group: ${{ github.workflow }}-${{ github.ref }}
711
cancel-in-progress: true
@@ -39,7 +43,7 @@ jobs:
3943
- name: Upload coverage reports to Codecov
4044
uses: codecov/codecov-action@v5
4145
with:
42-
token: ${{ secrets.CODECOV_TOKEN }}
46+
use_oidc: true
4347
files: ./coverage.xml,./frontend/coverage/lcov.info
4448
flags: backend,frontend
4549
fail_ci_if_error: true

0 commit comments

Comments
 (0)