Skip to content

Commit 5bb88c3

Browse files
committed
build: temporarily disable metacov, it's flaky now with sysmon support
1 parent 3879b97 commit 5bb88c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88
# on pull requests yet.
99
push:
1010
branches:
11-
- master
11+
# sys.monitoring somehow broke metacoverage, so turn it off while we fix
12+
# it and get a sys.monitoring out the door.
13+
#- master
1214
- "**/*metacov*"
1315
workflow_dispatch:
1416

0 commit comments

Comments
 (0)