mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
Adding codecov targets and thresholds (#7433)
* Adding codecov targets and thresholds * Changing diff coverage rules to 1% threshold * Changing codecov threshold to 0 and removing ignore
This commit is contained in:
11
.codecov.yml
Normal file
11
.codecov.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
coverage:
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
# Commits pushed to master should not make the overall
|
||||
# project coverage decrease:
|
||||
target: auto
|
||||
threshold: 0%
|
||||
patch:
|
||||
default:
|
||||
threshold: 0%
|
||||
Reference in New Issue
Block a user