mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-02 03:12:25 +01:00
CICD: Code Coverage: Explain why disabled
This commit is contained in:
committed by
David Peter
parent
fe08de846d
commit
5e1f9fadf4
2
.github/workflows/CICD.yml
vendored
2
.github/workflows/CICD.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user