Skip to content

Commit a36a3b6

Browse files
authored
updates codecov adds secret (WebOfTrust#220)
Signed-off-by: Kevin Griffin <griffin.kev@gmail.com>
1 parent 290bac9 commit a36a3b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-app-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,6 @@ jobs:
5757
run: |
5858
pytest --cov=./ --cov-report=xml
5959
- name: Upload
60-
uses: codecov/codecov-action@v3
60+
uses: codecov/codecov-action@v4
61+
with:
62+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)