aboutsummaryrefslogtreecommitdiff
path: root/lib/convertLcovToCoveralls.js
AgeCommit message (Collapse)AuthorFilesLines
2020-04-24Handle service_job_number for parallelism in Travis and CircleCI (#290)Nick Merwin1-0/+4
* support `service_job_number` for CircleCI/Travis * Travis use TRAVIS_JOB_ID
2020-04-23Minor lint tweaks (#285)XhmikosR1-5/+14
2020-04-22remove redundant code (#283)v3.0.13Luigi Pinca1-3/+1
The check is already done above.
2020-04-21pass flag_name to API post JSONNick Merwin1-0/+3
2020-03-19If COVERALLS_SERVICE_NUMBER is set, set service_number from it. (#208)Chris Midgley1-6/+5
* If COVERALLS_SERVICE_NUMBER is set, set service_number from it. Remove the duplicate service_pull_request set.
2019-11-26Revert #243.XhmikosR1-4/+1
cobertura-parse is archived and in bad shape. They even have mocha in dependencies.
2019-11-20Merge branch 'add_cobertura_support' of ↵Nick Merwin1-1/+4
https://github.com/ly-cultureiq/node-coveralls into ly-cultureiq-add_cobertura_support
2019-11-20fix: pass flag_name to coveralls API (#251)Joscha Feth1-0/+4
2019-11-20ES6Nick Merwin1-45/+57
* remove unused variables * move `require`s at the top * check for prototype built-ins * run in strict mode * always check for error values in tests * make style consistent * mark Node.js 6 as the minimum supported version in package.json * Use the arrow return syntax * logger.js: use `Boolean` to make the intention clearer. * Use the rest params instead of arguments. * test/getOptions.js: beautify git data. * Update logger.js Remove `hasDebugEnvVariable` function; it's just a `process.env` check * Create .jshintrc
2019-10-31add ability to parse cobertura filesLevi Yurkowicz1-2/+5
2017-02-05branching WIPbranchingNick Merwin1-2/+14
2016-11-11implemented code to parse concatenated file paths (fixes #143)Joshua Davis1-0/+11
2016-09-14Ignore files that do not exist in convertLcovToCoverallsArjan Singh1-1/+4
2016-02-26COVERALLS_PARALLEL env supportNick Merwin1-0/+3
2015-12-10merge conflictNick Merwin1-3/+2
2015-12-10Merge pull request #88 from fracmak/feature/service_pull_requestNick Merwin1-0/+3
Added support for service_pull_request in jenkins
2015-07-14Pass CI_PULL_REQUEST through to coveralls if it is setEthan Langevin1-0/+3
2015-04-24add support for CircleCI pull request commentingJosh Callender1-0/+3
2015-04-21Added support for service_pull_request in jenkins using the github pull ↵Merrifield, Jay1-0/+3
request plugin's environment variables
2014-05-23convertLcovToCoveralls should output paths with slashes even on windows.jaubourg1-1/+1
2014-03-14convertLcovToCoveralls should convert absolute source paths to relative ↵Marc Knaup1-2/+3
paths in output.
2014-02-11Windows compat fixesGerard Escalante1-8/+2
Changed usage of '/' as root dir. Stopped tests from wiping out environment.
2013-06-22improved testing.cainus1-1/+1
2013-06-22fixed service_job_id relay, and added run_at back.cainus1-1/+1
2013-06-22pass on all arguments to coveralls (https://coveralls.io/docs/api_reference).cainus1-7/+15
2013-06-02fixed logger bug in the last published version preventing --verbose from ↵cainus1-1/+1
working. version bump to 2.0.11.
2013-06-02use log-driver for logging levels.cainus1-3/+4
2013-06-02Fixes 7: be quiet by defaultArpad Borsos1-5/+7
2013-05-29fixed coverage reporting?cainus1-0/+1
2013-05-29refactored for better testability.cainus1-1/+4
2013-05-24allow a null repo_token.cainus1-3/+3
2013-05-24Supporting command-line usage outside of Travis-CIelliottcable1-3/+7
2013-04-15check if file path is already absoluteddeepsweet1-2/+6
2013-03-28using lcov-parse lib. version bump 2.0.5cainus1-12/+14
2013-03-28fix README. fix off-by-one error. version bump 2.0.4.cainus1-1/+1
2013-03-28fix pathing issues?cainus1-8/+4
2013-03-28allow lib path to be passed as an arg.cainus1-1/+6
2013-03-27changed to use lcov input format only.cainus1-0/+90