diff options
author | Daniel Moody <dmoody256@gmail.com> | 2019-01-28 23:09:06 (GMT) |
---|---|---|
committer | Daniel Moody <dmoody256@gmail.com> | 2019-01-28 23:09:06 (GMT) |
commit | 9d1a17770b781abe287e1ff276e80c2958a5b4f6 (patch) | |
tree | 97350a7a40e9ff43afa8b73586549a4a69ecefc1 /.codecov.yml | |
parent | 43e2b06f2f5da6ba275647079c992581c025bce7 (diff) | |
download | SCons-9d1a17770b781abe287e1ff276e80c2958a5b4f6.zip SCons-9d1a17770b781abe287e1ff276e80c2958a5b4f6.tar.gz SCons-9d1a17770b781abe287e1ff276e80c2958a5b4f6.tar.bz2 |
remove user base install, add no progess for reliablity, set test envs to original plus 2.7 on 2015, add irc notification for codecov
Diffstat (limited to '.codecov.yml')
-rw-r--r-- | .codecov.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml index 9ea78f5..375b10f 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -16,6 +16,16 @@ coverage: round: down range: "70...100" + notify: + irc: + default: + server: "chat.freenode.net#scons" + branches: master + threshold: null + message: "Coverage {{changed}} for {{owner}}/{{repo}}" # customize the message + flags: null + paths: null + status: project: default: |