- fix detecting merge commits on all CI, not just Travis
- add
-Fto flagging uploads [new feature] - fixed some reports ascii chars
- added
--prflag for manually specifing pulls - added
--tagflag for manually git tags - added env detection for Travis
- added buildkite detection
- added teamcity detection
- added more snapci detection
- detect
codecov.ymlfile detection - depreciating xcode support, use bash uploader
- hide token from stdout
- fix gitlab project directory
- fallback on git branch/commit
- fix using gcov_exec
- depreciate
--no-failnow a default - add
--requiredto fail the build if Codecov fails - added
--cacertsfor enterprise customers - added fix reports http://bit.ly/1O4eBpt
- fix retreiving mercurial commit
- add support for swift/xcode7 profdata
- now uploading direct-to-s3 to improve product performance
- not require branch, will default to
master(the default branch) - fix drone.io commit number, which is not a full 40 sha.
- added
--no-failto prevent failing builds when missing configuration or Codecov errors
- Ignore other known bad files/paths
- Added test suite to test against example repositories
- Using
coverage xml -ito ignore No source for code errors - Cleaned up command output with help and colors
- Added
gcovprocessing, seecodecov --helpfor more info.
- Ignore other known bad files/paths
- Fix issue with decoding files in py3+
- Refactor project to be a global uploader for more reports
- Remove
test-results.xml, not a coverage file - Add CircleCI container numbers
- bring back client-side pre-processing for jacoco (they can crush)
- accept any file ending in
coverge.xml
- accept
nosetests.xmlandtest-results.xmlfiles - no longer do client side pre-processing, upload raw
- capture SEMAPHORE_CURRENT_THREAD
- added --build arg for advanced usage
- fix package for 2.6 on windows
- fix showing
--helpwhen called in non-git backed repo - fix AppVeyor public repos
- support GitLab CI Runner
- added rollbar to help bugs if presented
- added more filepath matching
- pep8 cleanup
- added Shippable ci
- support for D lang added, special thanks to @ColdenCullen
- Wercker CI supported by @Robpol86
- fixed Drone build number
- fix semaphore commit revision number
- preprocess reports from xml
- search for all
lcov|gcovfiles - depreciate
--min-coverage, use Github Status Update feature - pre-process xml => json
- added support for pyhton 2.6 by @Robpol86
- added AppVeyor support by @Robpol86
- added more ignore paths
- search for
lcov.infofiles - pause for
.1before checking for min-coverage - accept
--envvariables which are stored in front-end for build specs
- build python coverage xml only when no reports found to fix overriding reports
- now defaulting output to plain text. Use
--jsonto return json results - added
jacocoTestReport.xmlto search list - changed
--min-coveragewaiting methods to,5 tries @ 15seach - added
Sites/www/bowerandnode_modulesto ignored table of contents