aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-05-24fix missing semi-colon in test file.Gregg Caines1-1/+1
2014-05-24Merge pull request #55 from jaubourg/windows_pathGregg Caines1-1/+1
convertLcovToCoveralls should output paths with slashes even on windows.
2014-05-24I could not get istanbul to install under node 0.8, so I removed it from the ↵Gregg Caines1-1/+0
build.
2014-05-24upgrade istanbul.Gregg Caines1-1/+1
2014-05-24remove 0.9 support from travis because it is no longer supported.Gregg Caines1-1/+0
2014-05-23convertLcovToCoveralls should output paths with slashes even on windows.jaubourg1-1/+1
2014-04-07Update package.jsonIlan Biala1-1/+1
Fixes the NPM Warning about logdriver depending on a set version of NPM.
2014-04-04Merge pull request #51 from ilanbiala/patch-1Gregg Caines1-5/+12
Update README.md
2014-04-04Update README.mdIlan Biala1-5/+12
now using "variables", much cleaner
2014-03-27add Travis commit & branch inforoman01la1-0/+2
2014-03-17version bump 2.10.0Gregg Caines1-1/+1
2014-03-17Merge branch 'master' of github.com:cainus/node-coverallsGregg Caines3-9/+36
2014-03-17Merge pull request #48 from fluidsonic/fix-absolute-pathsGregg Caines2-8/+35
convertLcovToCoveralls should convert absolute source paths to relative paths in output
2014-03-14convertLcovToCoveralls should convert absolute source paths to relative ↵Marc Knaup2-8/+35
paths in output.
2014-02-26remove notice of drone support, until we get that working.Gregg Caines1-1/+1
2014-02-19Merge branch 'master' of github.com:cainus/node-coverallsGregg Caines3-1/+35
2014-02-19add drone ci badge to README.Gregg Caines1-0/+2
2014-02-19Merge pull request #44 from deepak1556/robo/droneGregg Caines3-1/+35
add support for drone ci
2014-02-16add support for drone cideepak15563-1/+35
2014-02-12version bump 2.8.0.Gregg Caines1-1/+1
2014-02-12Merge pull request #43 from SuperLikable/masterGregg Caines1-2/+2
Fix tests again
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-11Merge pull request #42 from SuperLikable/masterGregg Caines1-0/+3
Fix fetchGitData tests
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-11Merge pull request #41 from SuperLikable/masterGregg Caines6-25/+26
Windows compat fixes; travis-pro compatiblity
2014-02-11Read service_name from coveralls.ymlGerard Escalante2-4/+16
Also fixed a typo from the last commit.
2014-02-11Swap out yaml with js-yaml for Win compatGerard Escalante3-7/+5
2014-02-11Windows compat fixesGerard Escalante5-16/+7
Changed usage of '/' as root dir. Stopped tests from wiping out environment.
2014-02-03version bump 2.7.1Gregg Caines1-1/+1
2014-02-01Merge pull request #36 from jonathanKingston/masterGregg Caines2-2/+4
Fixing existsSync issues for older versions of node
2014-01-31Fixing existsSync issues for older versions of nodeJonathan Kingston2-2/+4
2014-01-27version bump 2.7.0Gregg Caines1-1/+1
2014-01-27Merge pull request #35 from paroga/handleInputCallbackGregg Caines3-30/+62
Add callback to handleInput() for easier use in other projects
2014-01-26Add callback to handleInput() for easier use in other projectsPatrick Gansterer3-30/+62
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-19version bump 2.6.1.Gregg Caines1-3/+2
2013-12-19Merge pull request #31 from paazmaya/masterGregg Caines1-1/+1
Allow a line appear after committer in git info
2013-12-17Fix cainus/node-coveralls#30Juga Paazmaya1-1/+1
2013-12-05version bump 2.6.0Gregg Caines1-1/+1
2013-12-05Merge pull request #26 from deepsweet/masterGregg Caines1-0/+10
update README with Poncho usage information
2013-12-05Merge pull request #28 from mattjmorrison/debug_settingGregg Caines2-6/+37
Added ability to turn on debug logging via environment variable
2013-12-05Added ability to turn on debug logging via environment variablemattjmorrison2-6/+37
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-12-02update README with Poncho usage informationKir Belevich1-0/+10
2013-11-23version bump 2.5.0Gregg Caines1-1/+1
2013-11-23fixing test-coveralls make target.Gregg Caines1-2/+2
2013-11-23fixed merge conflicts in makefile. continuing work to switch coverage tool ↵Gregg Caines3-16/+11
to istanbul.
2013-11-15version bump 2.4.0.Gregg Caines1-1/+1
2013-11-15Merge pull request #25 from tdd/masterGregg Caines7-81/+302
Fix direct dev use on a local Git repo + improve Git metadata fetching
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