Skip to content

Commit

Permalink
Merge branch 'main' of github.com:dario-github/notion_rich_text_analy…
Browse files Browse the repository at this point in the history
…sis into main
  • Loading branch information
dario-github committed Feb 17, 2023
2 parents d21d2ef + 81a1011 commit 50bb6d8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -47,10 +47,11 @@ jobs:

- name: tox
run: python -m poetry run tox

- uses: codecov/codecov-action@v1

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: ./coverage.xml # optional
flags: unittests # optional
name: codecov-umbrella # optional
Expand Down

0 comments on commit 50bb6d8

Please sign in to comment.