Skip to content

Commit

Permalink
codecov: add windows flags
Browse files Browse the repository at this point in the history
  • Loading branch information
zchee committed Jan 11, 2021
1 parent 66dbd8c commit 0dc0df0
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,18 @@ coverage:
<<: *projects
flags:
- "macos-1.15"
windows-1.13:
<<: *projects
flags:
- "windows-1.13"
windows-1.14:
<<: *projects
flags:
- "windows-1.14"
windows-1.15:
<<: *projects
flags:
- "windows-1.15"
patch:
default: false
linux-1.13:
Expand All @@ -59,6 +71,12 @@ coverage:
<<: *patch
macos-1.15:
<<: *patch
windows-1.13:
<<: *patch
windows-1.14:
<<: *patch
windows-1.15:
<<: *patch
changes:
default:
if_ci_failed: error
Expand All @@ -73,6 +91,9 @@ coverage:
- "macos-1.13"
- "macos-1.14"
- "macos-1.15"
- "windows-1.13"
- "windows-1.14"
- "windows-1.15"

flags:
linux-1.13:
Expand All @@ -99,6 +120,18 @@ flags:
paths:
- /
carryforward: true
windows-1.13:
paths:
- /
carryforward: true
windows-1.14:
paths:
- /
carryforward: true
windows-1.15:
paths:
- /
carryforward: true

comment:
behavior: default
Expand Down

0 comments on commit 0dc0df0

Please sign in to comment.