Skip to content

Commit

Permalink
Attempt2
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed <>
  • Loading branch information
Ahmed committed Sep 15, 2024
1 parent f9a112d commit bf77450
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,8 @@ jobs:
path: testing_binaries
- name: Install Tarpaulin
run: cargo install cargo-tarpaulin
- uses: actions-rs/cargo@v1
with:
command: tarpaulin
- name: Install Tarpaulin
run: cargo tarpaulin --ignore-tests -l --all --out Xml
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v4.2.0
env:
Expand Down

0 comments on commit bf77450

Please sign in to comment.