summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2021-01-06 21:35:05 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2021-01-06 22:34:03 +0100
commitfe08de846de71534713fee43902b6fa044cb8dfc (patch)
treed3c3e04b314bc505a4338d0a64105f116dd6c160 /.github
parent35e3c51b75c659690276b74cb97fe684a5d34699 (diff)
CICD: Code Coverage: Disable for now
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/CICD.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml
index 21bdbf47..dc3e8af5 100644
--- a/.github/workflows/CICD.yml
+++ b/.github/workflows/CICD.yml
@@ -380,6 +380,7 @@ jobs:
coverage:
name: Code Coverage
+ if: "false"
runs-on: ${{ matrix.job.os }}
strategy:
fail-fast: true