aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2015-12-10Merge pull request #76 from jacob-meacham/feature/user-optionsNick Merwin1-0/+8
allow users to pass options through.
2015-08-12Added support for process.env.COVERALLS_ENDPOINTAdam Meadows1-2/+29
To allow using this tool with Coveralls Enterprise, I've added support in `sendToCoveralls` to read the host from a `COVERALLS_ENDPOINT` environment variable (if it exists), else default to coveralls.io (as before).
2015-07-14Pass CI_PULL_REQUEST through to coveralls if it is setEthan Langevin2-0/+13
2015-01-29allow users to pass options through.Jacob Meacham1-0/+8
2014-11-04Add Wercker CI support with tests.Steven Weathers1-0/+27
Fix minor lint error where a second semicolon appears in lib/fetchGitData.js
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 ↵Marc Knaup1-6/+32
paths in output.
2014-02-16add support for drone cideepak15561-0/+27
2014-02-12Fix tests againGerard Escalante1-2/+2
Make sure to add "fix" to all places where process.env is wiped clear, because of some node 0.8 oddity
2014-02-12Fix fetchGitData testsGerard Escalante1-0/+3
Restored process.env "cleanup", but make sure to preserve PATH so Windows doesn't freak out trying to find git
2014-02-11Read service_name from coveralls.ymlGerard Escalante1-3/+11
Also fixed a typo from the last commit.
2014-02-11Swap out yaml with js-yaml for Win compatGerard Escalante1-3/+2
2014-02-11Windows compat fixesGerard Escalante2-5/+2
Changed usage of '/' as root dir. Stopped tests from wiping out environment.
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
Since handleInput works completely asynchronous it is necessary to provide a callback function for signaling finished operation. This allows other project to call the handleInput function.
2013-12-05Added ability to turn on debug logging via environment variablemattjmorrison1-0/+21
For the grunt-karma-coveralls project, I need to be able to turn on debug level logging but without using `process.argv`. This will allow me to do so. This addresses this issue: https://github.com/mattjmorrison/grunt-karma-coveralls/issues/2 and can be fixed with this commit: https://github.com/mattjmorrison/grunt-karma-coveralls/commit/4bd6e2b58647dda4a6335fa6077334d8021e23c0
2013-11-15OK so Travis behaves WEIRDLY on writeFileSync with explicit utf8, let's try ↵Christophe Porteneuve1-1/+1
with implicit
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 ↵Christophe Porteneuve2-0/+193
missing lines in other files
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
Also updated index.js to prevent any breaking API changes and added tests around both getOptions and getBaseOptions.
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
2013-07-30fixed git testGabe Hayes1-10/+9
2013-07-29remove git execution test for nowGabe Hayes1-1/+1
2013-07-29remove git execution test for nowGabe Hayes1-1/+1
2013-07-29use getOptions method to fetch commit dataGabe Hayes1-31/+4
2013-07-29added full test coverage on fetchGitDataGabe Hayes1-1/+93
2013-07-27tests for fetchGitDataGabe Hayes1-0/+99
2013-07-26fetch git data from command line gitGabe Hayes1-2/+4
- added exec-sync package to execute git commands - if a proper git hash is not passed, falls back to default values
2013-07-25add tests for circleci integrationGabe Hayes1-2/+18
2013-06-22better jenkins support. better git object population.cainus2-4/+27
2013-06-22improved testing.cainus3-1/+55
2013-06-08add some tests. version bump to 2.0.13.cainus3-0/+99
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