Skip to content

Commit

Permalink
Update coveralls action
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Jun 30, 2023
1 parent f12eaf3 commit 179b62c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,17 +206,18 @@ jobs:
run: cargo-binstall --no-confirm cargo-tarpaulin

- name: Run the tests
run: cargo tarpaulin --out lcov --output-dir coverage
run: cargo tarpaulin --out xml --output-dir coverage

- name: Lint formatting
run: cargo fmt --all -- --check

- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v1
uses: coverallsapp/github-action@v2
with:
base-path: ./rust/__w/agama/agama/rust
path-to-lcov: ./rust/coverage/lcov.info
flag-name: rust_backend
base-path: ./rust
path-to-lcov: ./rust/coverage/cobertura.xml
format: cobertura
flag-name: rust-backend
parallel: true
debug: true

Expand Down

0 comments on commit 179b62c

Please sign in to comment.