Skip to content

Commit 2f793c2

Browse files
committed
Apply suggestions from code review
1 parent 81d690c commit 2f793c2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/contrib.yml

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
- uses: codecov/codecov-action@v4
7575
with:
7676
file: coverage.xml
77+
token: ${{ secrets.CODECOV_TOKEN }}
7778
if: ${{ always() }}
7879
- name: Upload pytest test results
7980
uses: actions/upload-artifact@v3

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ jobs:
148148
- uses: codecov/codecov-action@v4
149149
with:
150150
file: coverage.xml
151+
token: ${{ secrets.CODECOV_TOKEN }}
151152
if: ${{ always() }}
152153
- name: Upload pytest test results
153154
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)