From e7bea999804bc56c204ef7d7b8fd14fe055dc7f8 Mon Sep 17 00:00:00 2001 From: Michal 'vorner' Vaner Date: Mon, 23 Nov 2020 20:29:01 +0100 Subject: [PATCH] Include doctests in coverage --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c2c65a9..9d9de25 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -103,7 +103,7 @@ jobs: - name: Run cargo-tarpaulin uses: actions-rs/tarpaulin@v0.1 with: - args: '--all-features' + args: '--all-features --run-types Doctests,Tests' timeout: 120 - name: Upload to codecov.io