summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPradeepKiruvale <PRADEEPKIRUVALE@gmail.com>2021-09-17 14:18:56 +0530
committerGitHub <noreply@github.com>2021-09-17 14:18:56 +0530
commitaba6683c711e6af9610f926b77eb38e4938201b7 (patch)
treeb34ce90a0957d91f381c230e0f928583c7dc4d3d /.github
parent91b90f31c7a96d44312fe3c33a299f4783417ba2 (diff)
[CIT-557] add skip-clean to fasten tarpaulin run (#431)
Co-authored-by: Pradeep Kumar K J <pradeepkumar.kj@sofwareag.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/commit-workflow.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/commit-workflow.yml b/.github/workflows/commit-workflow.yml
index 2366661a..e2cd7cf6 100644
--- a/.github/workflows/commit-workflow.yml
+++ b/.github/workflows/commit-workflow.yml
@@ -132,7 +132,7 @@ jobs:
# https://github.com/marketplace/actions/rust-cargo
with:
command: tarpaulin
- args: --avoid-cfg-tarpaulin -v --out Xml
+ args: --skip-clean --avoid-cfg-tarpaulin -v --out Xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v1