- 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