ci: switch to github actions

Dropped Travis CI and Coveralls for GitHub Actions and CodeCov.
This commit is contained in:
Josh Sherman 2020-06-01 22:14:03 -05:00
parent 73e356956c
commit f0ec43a045
6 changed files with 52 additions and 45 deletions

20
codecov.yml Normal file
View file

@ -0,0 +1,20 @@
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