mirror of
https://github.com/nushell/nushell.git
synced 2024-11-21 16:03:19 +01:00
Disable Windows coverage tracking for now (#8190)
# Description Avoids running out of disk through additional files after cratification on Windows. Revert as soon as we reduced the binary or test footprint. Will mess with the coverage values without change in test suite as we only track the linux conditional compilation Should resolve the CI failure for #8181 # User-Facing Changes None # Tests + Formatting Altered coverage value thresholds might be the result
This commit is contained in:
parent
728e95c52b
commit
d0aefa99eb
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -163,7 +163,9 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
platform: [windows-latest, ubuntu-20.04]
|
||||
# disabled mac due to problems with merging coverage and similarity to linux
|
||||
# disabled windows due to running out of disk space when having too many crates or tests
|
||||
platform: [ubuntu-20.04] # windows-latest
|
||||
rust:
|
||||
- stable
|
||||
|
||||
|
@ -13,5 +13,5 @@ comment:
|
||||
behavior: default
|
||||
require_base: yes
|
||||
require_head: yes
|
||||
after_n_builds: 2
|
||||
after_n_builds: 1 # Disabled windows else: 2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user