Skip to content

Commit

Permalink
Check code coverage only chain crate
Browse files Browse the repository at this point in the history
  • Loading branch information
rantan committed Jun 19, 2024
1 parent 9f9f68a commit 1ca0067
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,12 @@ jobs:
python-version: '3.9'
- name: Install python dependencies
run: pip install hwi==2.1.1 protobuf==3.20.1
- name: Test
- name: Test Chain
working-directory: ./crates/chain
run: cargo test --all-features
- name: "[Pending]Test"
# run: cargo test --all-features
run: echo "Pending other crates"
- name: Make coverage directory
run: mkdir coverage
- name: Run grcov
Expand Down

0 comments on commit 1ca0067

Please sign in to comment.