Skip to content

Commit cc96582

Browse files
committed
Forgot to uncomment the token...
1 parent b0b2684 commit cc96582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
name: codecov-umbrella
7979
fail_ci_if_error: true
8080
verbose: true
81-
# token: ${{ secrets.CODECOV_TOKEN }}
81+
token: ${{ secrets.CODECOV_TOKEN }}
8282

8383
- name: Upload test results
8484
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)