aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2017-02-05branching WIPbranchingNick Merwin1-0/+29
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-09-15test use empty()Nick Merwin1-1/+1
2016-09-15Merge branch 'master' into pr/127Nick Merwin2-8/+34
2016-09-15Merge branch 'master' of github.com:nickmerwin/node-coverallsNick Merwin1-3/+29
2016-09-15Merge pull request #139 from paulcbetts/surfNick Merwin1-0/+23
2016-09-14Ignore files that do not exist in convertLcovToCoverallsArjan Singh1-0/+34
2016-08-17I am a dumPaul Betts1-1/+4
2016-08-17Add a testPaul Betts1-0/+20
2016-07-12Update CI, vulnerability checking, and dependencies.Adam Moss2-5/+5
2016-06-26Feature: Support codeship docker environment variablesMarc Riegel1-3/+6
2016-02-26COVERALLS_PARALLEL env supportNick Merwin2-1/+14
2016-02-26added gitlab-ci supportNick Merwin1-0/+25
2015-12-10Modify tests to use the minimist options object for filepath detectionAnna Henningsen1-3/+3
2015-12-10Modify tests to reflect minimist usageAnna Henningsen2-6/+7
2015-12-10Remove unneccessary 'streams' require() in test caseAnna Henningsen1-1/+0
2015-12-10Add command line option to write output to stdoutAnna Henningsen1-2/+23
2015-12-10merge conflictNick Merwin1-0/+2
2015-12-10Merge pull request #76 from jacob-meacham/feature/user-optionsNick Merwin1-0/+8
2015-08-12Added support for process.env.COVERALLS_ENDPOINTAdam Meadows1-2/+29
2015-07-14Pass CI_PULL_REQUEST through to coveralls if it is setEthan Langevin2-0/+13
2015-04-24CI_PULL_REQUEST is just the url for the entire PR, have to split it andJosh Callender1-1/+1
2015-04-24add support for CircleCI pull request commentingJosh Callender1-0/+2
2015-01-29allow users to pass options through.Jacob Meacham1-0/+8
2014-11-04Add Wercker CI support with tests.Steven Weathers1-0/+27
2014-07-03log at error level by default and only show others if --verbose switch is on.Gregg Caines2-6/+10
2014-05-24fix missing semi-colon in test file.Gregg Caines1-1/+1
2014-03-14convertLcovToCoveralls should convert absolute source paths to relative paths...Marc Knaup1-6/+32
2014-02-16add support for drone cideepak15561-0/+27
2014-02-12Fix tests againGerard Escalante1-2/+2
2014-02-12Fix fetchGitData testsGerard Escalante1-0/+3
2014-02-11Read service_name from coveralls.ymlGerard Escalante1-3/+11
2014-02-11Swap out yaml with js-yaml for Win compatGerard Escalante1-3/+2
2014-02-11Windows compat fixesGerard Escalante2-5/+2
2014-01-31Fixing existsSync issues for older versions of nodeJonathan Kingston1-1/+2
2014-01-26Add callback to handleInput() for easier use in other projectsPatrick Gansterer1-24/+47
2013-12-05Added ability to turn on debug logging via environment variablemattjmorrison1-0/+21
2013-11-15OK so Travis behaves WEIRDLY on writeFileSync with explicit utf8, let's try w...Christophe Porteneuve1-1/+1
2013-11-15Fixed encoding from utf-8 to utf8 for TravisChristophe Porteneuve1-10/+10
2013-11-15Final fixes for detached head mode (93% cov against 94% cov in branch mode)Christophe Porteneuve1-2/+2
2013-11-15Stupid typo…Christophe Porteneuve1-1/+1
2013-11-15More regular-case detached head (e.g. Travis) fixesChristophe Porteneuve1-1/+4
2013-11-15Fix getOptions test for regular-case detached head state (e.g. Travis)Christophe Porteneuve1-5/+6
2013-11-14Massive expansion of test coverage: 100% of detectLocalGit + numerous missing...Christophe Porteneuve2-0/+193
2013-09-06Added getBaseOptions export to index.jsMatthew J. Morrison1-3/+3
2013-09-06export both getOptions and getBaseOptions from getOptions.jsMatthew J. Morrison1-69/+133
2013-08-24removed exec-sync. version 2.2.0 candidateGregg Caines4-159/+206
2013-07-30fixed testGabe Hayes1-1/+1
2013-07-30fixed testGabe Hayes1-3/+0