Skip to content

Commit

Permalink
Update CodeCov
Browse files Browse the repository at this point in the history
  • Loading branch information
goodwanghan committed Aug 14, 2024
1 parent a4f3cde commit 4ee4fcb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ jobs:
python-version: '3.10'
- name: Install dependencies
run: make devenv
- name: Test
run: make test
- name: "Upload coverage to Codecov"
if: matrix.python-version == '3.10'
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down

0 comments on commit 4ee4fcb

Please sign in to comment.