summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2021-01-06 22:03:18 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2021-01-06 22:34:03 +0100
commit5e1f9fadf4d9a45c39e41ebc0deb567fbc0427fd (patch)
tree87daf09b190a35cc22d5af5e8fa1b6930aeea1cd /.github
parentfe08de846de71534713fee43902b6fa044cb8dfc (diff)
CICD: Code Coverage: Explain why disabled
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/CICD.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml
index dc3e8af5..1ab74e50 100644
--- a/.github/workflows/CICD.yml
+++ b/.github/workflows/CICD.yml
@@ -380,7 +380,7 @@ jobs:
coverage:
name: Code Coverage
- if: "false"
+ if: "false" # Temporarily disabled until made functional again, see https://github.com/sharkdp/bat/pull/1484
runs-on: ${{ matrix.job.os }}
strategy:
fail-fast: true