From bd9c60a651301e5be060f919886441636c322435 Mon Sep 17 00:00:00 2001 From: Jorik Cronenberg Date: Thu, 19 Oct 2023 12:38:37 +0200 Subject: [PATCH] Add Coveralls to rust ci --- .github/workflows/migrate-wicked-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/migrate-wicked-ci.yml b/.github/workflows/migrate-wicked-ci.yml index 3ece9a0bdd..5de85e7747 100644 --- a/.github/workflows/migrate-wicked-ci.yml +++ b/.github/workflows/migrate-wicked-ci.yml @@ -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