Attempt to install codecov (#543)

* Attempt to install codecov

* Create .codecov.yml

* Update .travis.yml

* Add simplecov

* Add docker volume and change formatter

* Remove unneccessary files and fix rubocop issues

* Remove coveralls and add more filters

* modify gitignore

* add .simplecov file

* remove docker volume
This commit is contained in:
Jeffrey Warren
2019-04-18 16:08:15 -04:00
committed by GitHub
parent 00d2d4d4cb
commit 7c1d1b82e9
9 changed files with 40 additions and 20 deletions

11
.codecov.yml Normal file
View File

@@ -0,0 +1,11 @@
comment:
layout: "reach, diff, flags, files"
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: null # branch names that can post comment
coverage:
status:
project: off
patch: off