- #145 Fixes issue with nil URI and provides more token information
- #141 Add Cirrus CI support
- #138 Update pass_ci_if_error flag
- #137 Place uploader in try/rescue block and add pass_ci_if_error flag
- #135 Shorten coverage message on formatter
- #134 Wrap file creation in try/catch
- #133 Write down to file when using the formatter
- #130 Split uploader from formatter
- #124 Ruby 3.0 support
- #125 open simplecov requirement to 0.21.x
- #118 Include codecov/version in the gem
- #107 Add EditorConfig file
- #113 Return version constant, don't duplicate version value
- #117 Update simplecov dependency versions
- #105 Remove unnecessary dependency for ruby standard gem
- #110 Fix GitHub Actions
- #111 Fix branch name detection for GitHub Actions CI
- #102 Fix value of params[:pr] when useing CodeBuild
- Add vendor/ to invalid directories
- Adds better logging on error cases
- Add more invalid directories in the network
- Remove
String
specific colors - Add support for Codebuild CI
- Remove
colorize
dependency
- Fix for enterprise users unable to upload using the v4 uploader
- Fix issue with
push
events on GitHub Actions
- Revert single use of VERSION
- Adds support for GitHub Actions CI
- Support uploads for jruby 9.1 and 9.2
- Handle SocketError and better error handling of v4 failures
- Properly handle 400 cases when using the v4 endpoint
- move to the v4 upload endpoint with the v2 as a fallback
- fix critical upload issues on V2 endpoint
- fix colorize
- refactor and move to use v2 endpoint
- use Timeout::Error
- refactor upload method and add more logging
- update numerous ci environments
- dont fail if cannot upload to codecov
- add buildkite
- add slug argument
- use slug for uploading
- add Accept to uploads
- fix #6, thanks @justmatt
- add semaphore thread number
- added more CircleCI env
- send AppVeyor pr# with reports
- fix AppVeyor for public repos
- remove tmp.json creation
- added more jenkins environment references
- added GitLab CI Runner support
- added line messages by @coderanger
- fixed skip lines during reporting by @coderanger
- added more test
- added more CI providers