From 45bde8d0cd6a53ec19b606d74e5fa59c8977e92b Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 11 Sep 2024 02:42:39 +0300 Subject: [PATCH] Remove leftover line --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae89801..91e50a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,6 @@ jobs: - name: Collect coverage run: | curl -sL https://github.com/mozilla/grcov/releases/download/v0.8.19/grcov-x86_64-unknown-linux-gnu.tar.bz2 | tar -xjf- - #./grcov . --binary-path ./target/debug/deps/ -s . -t lcov --branch --ignore-not-existing --keep-only 'repology-*/*' --ignore '**/tests.rs' --ignore '*/tests/*.rs' -o coverage.lcov ./grcov . --binary-path ./target/debug/deps/ -s . -t lcov --branch --ignore-not-existing --keep-only 'repology-*/*' -o coverage.lcov - name: Submit coverage if: ${{ github.actor != 'dependabot[bot]' && github.event_name != 'pull_request' }}