-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b97f574
commit 56a3188
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
coverage: | ||
status: | ||
project: | ||
default: | ||
paths: | ||
- '!**/tests/' | ||
- '!**/test/' | ||
informational: true | ||
patch: | ||
default: false | ||
|
||
flag_management: | ||
default_rules: | ||
statuses: | ||
- name_prefix: 'auto-' | ||
type: project | ||
- name_prefix: 'auto-' | ||
type: patch | ||
individual_flags: | ||
# Looks like these are left from testing codecov flags, | ||
# but it's not clear why they are still appear, ignore them. | ||
- name: 'msys' | ||
statuses: [] | ||
- name: 'linux-gnu' | ||
statuses: [] |