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 a755f7c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
coverage:
status:
project:
default:
paths:
- '!**/tests/'
- '!**/test/'
informational: true
tests:
paths:
- '**/tests/'
- '**/test/'
patch:
default: false

flag_management:
default_rules:
statuses:
- name_prefix: 'auto-'
type: project
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 a755f7c

Please sign in to comment.