Skip to content

Commit c41892d

Browse files
committed
remove token from codecov GHA
1 parent 5a7dd78 commit c41892d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/analyze.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
name: reports
4242
path: |
4343
flake8.txt
44-
coverage.xml
4544
ruff.json
45+
coverage.xml
4646
sonarcloud:
4747
name: SonarCloud
4848
runs-on: ubuntu-latest
@@ -71,6 +71,7 @@ jobs:
7171
with:
7272
name: reports
7373
- name: Upload to Codecov ☂️
74-
uses: codecov/codecov-action@v3.1.6
74+
uses: codecov/codecov-action@v4.1.0
7575
with:
76-
files: ./coverage.xml
76+
file: ./coverage.xml
77+
verbose: true

0 commit comments

Comments
 (0)