Skip to content

Commit 9416eaf

Browse files
committed
Do not use the token
1 parent 294aadd commit 9416eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codecov.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
./test_reframe.py --cov=reframe --cov-report=xml
2020
- name: Upload coverage reports
2121
uses: codecov/[email protected]
22-
env:
23-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
22+
# env:
23+
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)