mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-29 00:48:37 +01:00
CICD: Code Coverage: Explain why disabled
This commit is contained in:
parent
fe08de846d
commit
5e1f9fadf4
2
.github/workflows/CICD.yml
vendored
2
.github/workflows/CICD.yml
vendored
@ -380,7 +380,7 @@ jobs:
|
|||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
name: Code 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 }}
|
runs-on: ${{ matrix.job.os }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
|
Loading…
Reference in New Issue
Block a user