Skip to content

Commit 9cc6fdb

Browse files
wil93prandla
authored andcommitted
Remove token for codecov
In v5 it should not be required anymore for public repositories See https://github.com/codecov/codecov-action?tab=readme-ov-file#v5-release
1 parent 4c7f69c commit 9cc6fdb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,15 @@ jobs:
3737
token: ${{ secrets.CODECOV_TOKEN }}
3838

3939
- name: Upload unit test coverage results to Codecov
40-
uses: codecov/codecov-action@v4
40+
uses: codecov/codecov-action@v5
4141
if: ${{ !cancelled() }}
4242
with:
4343
files: ./codecov/unittests.xml
4444
flags: unittests
45-
token: ${{ secrets.CODECOV_TOKEN }}
4645

4746
- name: Upload functional test coverage results to Codecov
48-
uses: codecov/codecov-action@v4
47+
uses: codecov/codecov-action@v5
4948
if: ${{ !cancelled() }}
5049
with:
5150
files: ./codecov/functionaltests.xml
5251
flags: functionaltests
53-
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)