From cf4a0fa5c81794a099fd08326ecbec3179aec9f5 Mon Sep 17 00:00:00 2001 From: Terts Diepraam Date: Sat, 19 Mar 2022 22:21:28 +0100 Subject: [PATCH] also run unittests in codecov --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 854b3ed0c..74f1d8ce0 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -948,7 +948,7 @@ jobs: # target-specific options # * CARGO_FEATURES_OPTION CARGO_FEATURES_OPTION='--all-features' ; ## default to '--all-features' for code coverage - if [ -n "${{ matrix.job.features }}" ]; then CARGO_FEATURES_OPTION='--features "${{ matrix.job.features }}"' ; fi + if [ -n "${{ matrix.job.features }}" ]; then CARGO_FEATURES_OPTION='--features=${{ matrix.job.features }}' ; fi outputs CARGO_FEATURES_OPTION # * CODECOV_FLAGS CODECOV_FLAGS=$( echo "${{ matrix.job.os }}" | sed 's/[^[:alnum:]]/_/g' )