From: Steve Myers Date: Tue, 15 Dec 2020 18:36:47 +0000 (-0800) Subject: [ci] Fix publishing coverage to codecov.io X-Git-Tag: v0.2.0~18 X-Git-Url: http://internal-gitweb-vhost/%22https:/parse/scripts/database/-script/-debug/struct.Magic.html?a=commitdiff_plain;h=1d1d539154e7bc924363db67a000bc052fdbc7cd;p=bdk [ci] Fix publishing coverage to codecov.io --- diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index fa51cc72..e5e88c6c 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -18,10 +18,10 @@ jobs: - name: Install tarpaulin run: cargo install cargo-tarpaulin - name: Tarpaulin - run: cargo tarpaulin --features all-keys,cli-utils,compiler,esplora,compact_filters --run-types Tests,Doctests --exclude-files "testutils/*" + run: cargo tarpaulin --features all-keys,cli-utils,compiler,esplora,compact_filters --run-types Tests,Doctests --exclude-files "testutils/*" --out Xml - name: Publish to codecov.io - uses: codecov/codecov-action@v1.0.14 + uses: codecov/codecov-action@v1.0.15 with: - token: ${{secrets.CODECOV_TOKEN}} fail_ci_if_error: true + file: ./cobertura.xml