Skip to content

Commit

Permalink
Merge pull request #34 from GuillaumeFavelier/tst/check_codecov
Browse files Browse the repository at this point in the history
Work on codecov yaml
  • Loading branch information
akaszynski committed Jul 7, 2020
2 parents 53ef114 + f8543a9 commit 37e921b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
comment:
layout: "diff"
behavior: default
require_changes: false # if true: only post the comment if coverage changes
require_base: no # [yes :: must have a base report to post]
require_head: yes # [yes :: must have a head report to post]
branches: # branch names that can post comment
- "master"

Expand All @@ -14,11 +11,7 @@ coverage:
# basic
target: 90%
threshold: 1%
base: auto
# advanced
branches:
- master
if_not_found: success
if_ci_failed: error
informational: false
only_pulls: false
if_no_uploads: error
Empty file added tests/__init__.py
Empty file.

0 comments on commit 37e921b

Please sign in to comment.