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 21, 2024
1 parent 24b7604 commit cc1aaa5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
run: |
hatch run testing:test
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
env:
token: ${{ secrets.CODECOV_TOKEN }}
slug: aleph-im/aleph-vm

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

Expand Down

0 comments on commit cc1aaa5

Please sign in to comment.