Skip to content

Commit 533ca84

Browse files
authored
ci: fix codecov (#764)
1 parent 44f27fb commit 533ca84

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/size-limit.yml renamed to .github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "CI"
1+
name: Checks
22
on:
33
pull_request:
44
branches:

.github/workflows/tests.yml renamed to .github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ jobs:
2424
uses: codecov/codecov-action@v2
2525
if: success()
2626
with:
27+
token: ${{ secrets.CODECOV_TOKEN }}
2728
files: ./coverage/lcov.info
2829
fail_ci_if_error: true

0 commit comments

Comments
 (0)