php-randomdate/codecov.yml
Josh Sherman fb97d20b8e
ci: setup GitHub actions
Been having issues with Travis CI, figured time to give GitHub Actions a
go. Also moved over from Coveralls to CodeCov due to some limitations in
coverage format.
2020-05-30 12:11:33 -05:00

20 lines
293 B
YAML

codecov:
require_ci_to_pass: yes
coverage:
precision: 2
round: down
range: "70...100"
parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no
comment:
layout: "reach,diff,flags,tree"
behavior: default
require_changes: no