dwyl / repo-badges

:star: Use repo badges (build passing, coverage, etc) in your readme/markdown file to signal code quality in a project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplified codecov settings

nelsonic opened this issue · comments

currently: https://github.com/dwyl/repo-badges/tree/762ce6dced9b6b70aed5e319e541ab9e9649f64c#coverage

should be:

after_success:
  - bash <(curl -s https://codecov.io/bash)