Skip to content

Commit

Permalink
experiment with codecov config
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-sigurd committed Apr 9, 2021
1 parent b97f574 commit 56a3188
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions codecov.yml
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: []

0 comments on commit 56a3188

Please sign in to comment.