Skip to content

Commit fec4c03

Browse files
committed
Merge branch 'main' into v13
# Conflicts: # .github/workflows/ci.yml
2 parents b402d14 + c7f8d6c commit fec4c03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
test:
5252
needs: [install-cache-deps]
5353
runs-on: ubuntu-latest
54-
name: Test (concurrent by default)
54+
name: Test (concurrent)
5555
steps:
5656
- name: Checkout
5757
uses: actions/checkout@v4
@@ -64,6 +64,8 @@ jobs:
6464

6565
- name: Upload coverage to Codecov
6666
uses: codecov/codecov-action@v4
67+
env:
68+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6769

6870
test-legacy:
6971
needs: [install-cache-deps]

0 commit comments

Comments
 (0)