Skip to content

Commit 19223cd

Browse files
authored
Merge pull request #146 from plugwise/codecov4fix
Post-fix #145
2 parents d0d9b25 + 19e17f3 commit 19223cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,8 @@ jobs:
347347
coverage xml
348348
- name: Upload coverage to Codecov
349349
uses: codecov/codecov-action@v4
350+
env:
351+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
350352

351353
test-publishing:
352354
name: Build and publish Python 🐍 distributions 📦 to TestPyPI

0 commit comments

Comments
 (0)