We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b402d14 + c7f8d6c commit fec4c03Copy full SHA for fec4c03
1 file changed
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
test:
52
needs: [install-cache-deps]
53
runs-on: ubuntu-latest
54
- name: Test (concurrent by default)
+ name: Test (concurrent)
55
steps:
56
- name: Checkout
57
uses: actions/checkout@v4
@@ -64,6 +64,8 @@ jobs:
64
65
- name: Upload coverage to Codecov
66
uses: codecov/codecov-action@v4
67
+ env:
68
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
69
70
test-legacy:
71
0 commit comments