Skip to content

Commit

Permalink
maybe fix ci + coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
andybarron committed Jul 9, 2024
1 parent 4d28eba commit 660d79f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: ${{ matrix.rust }}
- run: cargo install cargo-binstall
- run: cargo binstall --no-confirm just cargo-tarpaulin
- run: cargo install just cargo-tarpaulin
- run: just format-ci
- run: just check-ci
- run: just test-ci
- name: coverage
uses: coverallsapp/github-action@v2
if: ${{ matrix.rust == 'stable' }}
with:
file: lcov.info
format: lcov
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@ target
Cargo.lock

# Backups from `cargo fmt`
*.rs.bk
*.rs.bk

# Coverage report
lcov.*
*.lcov
*.profraw

0 comments on commit 660d79f

Please sign in to comment.