From cdce0ee71d37ba19f65340b06357249c22ba576e Mon Sep 17 00:00:00 2001 From: Mat Wood Date: Thu, 2 Jul 2020 23:47:01 +0000 Subject: [PATCH] Updating cargo-tarpaulin action args --- .github/workflows/CI.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index fd982a4..3df10da 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -85,7 +85,9 @@ jobs: - name: Run cargo-tarpaulin uses: actions-rs/tarpaulin@v0.1 with: - args: "--verbose --all-features --run-types Doctests,Tests --timeout 1200 --ignored --exclude-files fuzz" + run-types: "Doctests,Tests" + timeout: 1200 + args: "--verbose --all-features --ignored --exclude-files fuzz" - name: Upload to codecov.io uses: codecov/codecov-action@v1