From 6293dab41b22c6412d76c65244f8829e91068171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lena=20Hellstr=C3=B6m?= Date: Wed, 19 Jan 2022 20:34:21 +0100 Subject: [PATCH] Update code coverage pipeline (#485) --- .github/workflows/rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5de6265..6b23f72 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -179,13 +179,13 @@ fi", "name": "Run cargo-tarpaulin", "uses": "actions-rs/tarpaulin@v0.1", "with": { - "version": "0.18.2", - "args": "--all" + "version": "0.19.1", + "args": "--all --all-features" } }, { "name": "Upload to codecov.io", - "uses": "codecov/codecov-action@v1" + "uses": "codecov/codecov-action@v2" }, { "name": "Archive code coverage results",