Skip to content

Commit

Permalink
Fix: CodeCov was not enabled in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Feb 21, 2024
1 parent 3a0165a commit 30867cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pyaleph-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ jobs:
touch config.yml # Fake config file for alembic
# TODO: determine why ResourceWarning warnings occur in some tests.
pytest -Werror -Wignore::ResourceWarning -v .
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
env:
token: ${{ secrets.CODECOV_TOKEN }}
slug: aleph-im/pyaleph
build:
runs-on: ubuntu-22.04
needs: tests
Expand Down

0 comments on commit 30867cc

Please sign in to comment.