mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
added .codecov.yml (#1187)
This commit is contained in:
parent
b460712878
commit
6ef0733a1e
1 changed files with 13 additions and 0 deletions
13
.codecov.yml
Normal file
13
.codecov.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
codecov:
|
||||
notify:
|
||||
require_ci_to_pass: no
|
||||
after_n_builds: 1
|
||||
coverage:
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
# Require 1% coverage, i.e., always succeed
|
||||
target: 1
|
||||
patch: true
|
||||
changes: false
|
||||
comment: off
|
||||
Loading…
Add table
Add a link
Reference in a new issue