cookiecutter-pypackage icon indicating copy to clipboard operation
cookiecutter-pypackage copied to clipboard

[WIP] Add codecov.io (optional) integration

Open goanpeca opened this issue 6 years ago • 1 comments

Fixes #417

  • [ ] This is missing tests
  • [ ] missing codecov.yaml, example
# https://codecov.io/gh/lektor/lektor/
comment: false
coverage:
  precision: 2
  range:
  - 70.0
  - 100.0
  round: down
  status:
    changes: false
    patch: true
    project: true

goanpeca avatar May 08 '18 03:05 goanpeca

It's nice to see these changes. You can carry on with the work if you like.

PsiACE avatar Sep 10 '19 05:09 PsiACE