CICD: Code Coverage: Explain why disabled

This commit is contained in:
Martin Nordholts 2021-01-06 22:03:18 +01:00 committed by David Peter
parent fe08de846d
commit 5e1f9fadf4
1 changed files with 1 additions and 1 deletions

View File

@ -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