3 # calculate coverge even when we fail
7 # ignore test files in the source
8 # this is redundant and should not be in the report anyways
9 # because the coveragerc file ignores them
22 server: "irc.libera.chat#scons"
25 message: "Coverage {{changed}} for {{owner}}/{{repo}}" # customize the message
32 # compare against the current coverage
33 # that PR is attempt to merge to
34 # don't consider a drop in coverage success
41 # considering only the lines changed
42 # make sure all new lines in the PR are covered
43 # to consider a success