Skip to content

Commit 1fbefc1

Browse files
committed
[REF] github-actions: Use codecov main branch and token
1 parent a931546 commit 1fbefc1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,7 @@ jobs:
7676
if: startsWith(matrix.tox_env, 'py') # only coveralls in python tests
7777
uses: codecov/codecov-action@v5
7878
with:
79-
fail_ci_if_error: false # TODO: Set true after fix token for win&macosx
79+
# fail_ci_if_error: false # TODO: Set true after fix token for win&macosx
8080
verbose: true
81+
override_branch: main
82+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)