Skip to content

Commit

Permalink
Add Coveralls to rust ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jcronenberg committed Oct 19, 2023
1 parent 2436f87 commit bd9c60a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/migrate-wicked-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@ jobs:
run: cargo clippy -p agama-migrate-wicked -- --no-deps -D warnings
- name: Cargo clippy on unit tests
run: cargo clippy -p agama-migrate-wicked -- --no-deps --cfg test -A unused_imports -D warnings
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2
with:
base-path: ./rust/agama-migrate-wicked
format: cobertura
flag-name: rust-backend
parallel: true

0 comments on commit bd9c60a

Please sign in to comment.