Skip to content

Commit

Permalink
Fix: CI did not integrate CodeCov
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Feb 22, 2024
1 parent 2c09653 commit 35e5e53
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install required Python packages
run: |
python3 -m pip install hatch
python3 -m pip install hatch hatch-vcs coverage
- name: Test style wth ruff, black and isort
run: |
Expand All @@ -37,7 +37,14 @@ jobs:
- name: Run unit tests
run: |
hatch run testing:test
hatch run testing:test-cov
hatch run testing:cov
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: aleph-im/aleph-vm

code-quality-shell:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 35e5e53

Please sign in to comment.