newrelic / go-agent

New Relic Go Agent
Apache License 2.0
775 stars 295 forks source link

Update README.md with codecov badge #731

Closed iamemilio closed 1 year ago

iamemilio commented 1 year ago

Adds codecov badge to Readme

codecov-commenter commented 1 year ago

Codecov Report

Merging #731 (2e8c23b) into develop (53cd82a) will decrease coverage by 10.58%. The diff coverage is n/a.

@@             Coverage Diff              @@
##           develop     #731       +/-   ##
============================================
- Coverage    93.70%   83.13%   -10.58%     
============================================
  Files           41      133       +92     
  Lines         2003    11918     +9915     
============================================
+ Hits          1877     9908     +8031     
- Misses          97     1762     +1665     
- Partials        29      248      +219     

see 92 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

mirackara commented 1 year ago

just noticing that this is reducing the codecov. Is the readme included in the codecov report?

No. If any tests fail, there won't be a code coverage reported to codecov for the failing tests. That's why we are seeing different code coverage percentages