Skip to content

Commit e01ae29

Browse files
committed
feat: update ci and README.md
1 parent 971125f commit e01ae29

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ jobs:
3030
- run: poetry install
3131
- run: poetry run pytest
3232

33-
- name: Upload Coverage
33+
- name: Upload coverage reports to Codecov
3434
uses: codecov/codecov-action@v3
35+
env:
36+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3537

3638
semantic-release:
3739
name: Semantic Release and Publish

0 commit comments

Comments
 (0)