Make patch informational too

This commit is contained in:
Richard Berger 2020-07-30 12:26:55 -04:00
parent 09e0ad19f5
commit 45af603c04
No known key found for this signature in database
GPG Key ID: A9E83994E0BA0CAB
1 changed files with 7 additions and 0 deletions

7
.github/codecov.yml vendored
View File

@ -20,3 +20,10 @@ coverage:
paths: paths:
- "src" - "src"
informational: true informational: true
patch:
default:
branches:
- "master"
paths:
- "src"
informational: true