aboutsummaryrefslogtreecommitdiff
path: root/test/convertLcovToCoveralls.js
AgeCommit message (Collapse)AuthorFilesLines
2020-04-24Handle service_job_number for parallelism in Travis and CircleCI (#290)Nick Merwin1-0/+2
* support `service_job_number` for CircleCI/Travis * Travis use TRAVIS_JOB_ID
2020-04-23Move fixtures to test/fixtures. (#286)XhmikosR1-9/+10
2020-04-23Minor lint tweaks (#285)XhmikosR1-1/+1
2020-04-21pass flag_name to API post JSONNick Merwin1-0/+2
2020-03-19If COVERALLS_SERVICE_NUMBER is set, set service_number from it. (#208)Chris Midgley1-0/+4
* If COVERALLS_SERVICE_NUMBER is set, set service_number from it. Remove the duplicate service_pull_request set.
2019-11-25Fix Windows tests again.XhmikosR1-2/+2
2019-11-20ES6Nick Merwin1-87/+90
* 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-11-20Fix tests on Windows. (#237)XhmikosR1-10/+10
2017-03-05merge, version bump2.12.0Nick Merwin1-0/+29
2017-02-05branching WIPbranchingNick Merwin1-0/+29
2017-02-05Merge pull request #142 from Hirse/feature/travis-prNick Merwin1-5/+5
Get PR number from TRAVIS
2016-11-11implemented code to parse concatenated file paths (fixes #143)Joshua Davis1-3/+2
2016-11-11added sample .lcov and test fixture for Issue #143Joshua Davis1-0/+30
2016-10-14Get PR number from TRAVISd0569501-5/+5
2016-09-15test use empty()Nick Merwin1-1/+1
2016-09-14Ignore files that do not exist in convertLcovToCoverallsArjan Singh1-0/+34
2016-02-26COVERALLS_PARALLEL env supportNick Merwin1-1/+3
2015-07-14Pass CI_PULL_REQUEST through to coveralls if it is setEthan Langevin1-0/+2
2014-05-24fix missing semi-colon in test file.Gregg Caines1-1/+1
2014-03-14convertLcovToCoveralls should convert absolute source paths to relative ↵Marc Knaup1-6/+32
paths in output.
2013-08-24removed exec-sync. version 2.2.0 candidateGregg Caines1-12/+15
2013-06-22better jenkins support. better git object population.cainus1-1/+2
2013-06-22improved testing.cainus1-0/+19
2013-06-02fixed logger bug in the last published version preventing --verbose from ↵cainus1-0/+2
working. version bump to 2.0.11.
2013-06-02fix broken test.cainus1-2/+2
2013-06-02Fixes 7: be quiet by defaultArpad Borsos1-2/+2
2013-05-29refactored for better testability.cainus1-1/+1
2013-05-24Supporting command-line usage outside of Travis-CIelliottcable1-2/+2
2013-03-28using lcov-parse lib. version bump 2.0.5cainus1-8/+12
2013-03-28fixed tests.cainus1-2/+2
2013-03-27changed to use lcov input format only.cainus1-0/+27