Skip to content

Commit 50bb6d8

Browse files
committed
Merge branch 'main' of github.com:dario-github/notion_rich_text_analysis into main
2 parents d21d2ef + 81a1011 commit 50bb6d8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ jobs:
4747

4848
- name: tox
4949
run: python -m poetry run tox
50-
51-
- uses: codecov/codecov-action@v1
50+
51+
- name: Upload coverage reports to Codecov
52+
uses: codecov/codecov-action@v3
5253
with:
53-
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
54+
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
5455
files: ./coverage.xml # optional
5556
flags: unittests # optional
5657
name: codecov-umbrella # optional

0 commit comments

Comments
 (0)