codecov-ruby
codecov-ruby copied to clipboard
Ruby uploader for Codecov
This PR is based on https://github.com/codecov/codecov-ruby/pull/78 The https://github.com/codecov/codecov-ruby/pull/78 PR did not have GitHub Actions support written in README. Therefore, we added GitHub Actions support.
```bash _____ _ / ____| | | | | ___ __| | ___ ___ _____ __ | | / _ \ / _\`|/ _ \/ __/ _ \ \ /...
I'm getting somewhat frequently today errors like `uri/common.rb:739:in 'URI': bad argument (expected URI object or URI string) (ArgumentError)` It looks the problem comes from here: https://github.com/codecov/codecov-ruby/blob/e1b4e2f85b7ac9d6b33e6af9b932a865d1c765dd/lib/codecov.rb#L413 However, I was wondering...
The simplecov gem added support for displaying branch coverage for a while now. It would be nice if codecov would do that too.
When running CodeBuild via CodePipeline, the CI provider is not detected. Also, there's no git repository with CodePipeline as source provider in CodeBuild, so branch and commit detection fail too....
Say you have a monorepo with ``` / (repo root) ├── rails └── web ``` This breaks the codecov report because of missing `rails/` and `web/` prefixes in all paths....
Hello, please update with the recent changes of [appveyor environment](https://www.appveyor.com/docs/environment-variables/). ``` APPVEYOR - True (true on Ubuntu image) if build runs in AppVeyor environment CI - True (true on Ubuntu...
simplecov 0.22 has been [released](https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md#0220-2022-12-23) and this gem needs to support it. Currently, updating simplecov 0.22 requires codecov to go back to 0.2.12 which happened to have no upper bound...