Skip to content

Commit

Permalink
codecov: fix flag names
Browse files Browse the repository at this point in the history
  • Loading branch information
zchee committed Dec 30, 2020
1 parent e700dcf commit 8bc0e96
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,56 +16,56 @@ coverage:
status:
project:
default: off
Linux-1.13.x:
linux-1.13:
<<: *projects
Linux-1.14.x:
linux-1.14:
<<: *projects
Linux-1.15.x:
linux-1.15:
<<: *projects
macOS-1.13.x:
macos-1.13:
<<: *projects
macOS-1.14.x:
macos-1.14:
<<: *projects
macOS-1.15.x:
macos-1.15:
<<: *projects
patch:
default: off
Linux-1.13.x:
linux-1.13:
<<: *patch
Linux-1.14.x:
linux-1.14:
<<: *patch
Linux-1.15.x:
linux-1.15:
<<: *patch
macOS-1.13.x:
macos-1.13:
<<: *patch
macOS-1.14.x:
macos-1.14:
<<: *patch
macOS-1.15.x:
macos-1.15:
<<: *patch
changes: true

flags:
Linux-1.13.x:
linux-1.13:
paths:
- /
carryforward: true
Linux-1.14.x:
linux-1.14:
paths:
- /
carryforward: true
Linux-1.15.x:
linux-1.15:
paths:
- /
carryforward: true
macOS-1.13.x:
macos-1.13:
paths:
- /
carryforward: true
macOS-1.14.x:
macos-1.14:
paths:
- /
carryforward: true
macOS-1.15.x:
macos-1.15:
paths:
- /
carryforward: true
Expand Down

0 comments on commit 8bc0e96

Please sign in to comment.