| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-03-13 | add appveyor support | Tommy Parnell | 1 | -1/+7 | |
| 2016-02-26 | COVERALLS_PARALLEL env support | Nick Merwin | 1 | -0/+4 | |
| 2016-02-26 | added gitlab-ci support | Nick Merwin | 1 | -3/+11 | |
| 2015-12-10 | Use index.options object for determining getOptions()’ filepath | Anna Henningsen | 1 | -3/+3 | |
| 2015-12-10 | Add command line option to write output to stdout | Anna Henningsen | 1 | -9/+5 | |
| Adds the command line option pair -w/--write. These options indicate that the output should be written to standard output, rather than being posted to coveralls.io, which may be useful for debugging, mixed-language codebases (e.g. node addons with C++ code) etc. | |||||
| 2015-12-10 | merge conflict | Nick Merwin | 1 | -0/+5 | |
| 2015-12-10 | Merge pull request #88 from fracmak/feature/service_pull_request | Nick Merwin | 1 | -0/+1 | |
| Added support for service_pull_request in jenkins | |||||
| 2015-12-10 | Merge pull request #108 from daleharvey/80 | Nick Merwin | 1 | -1/+1 | |
| Use HEAD to pick up git info | |||||
| 2015-12-10 | Merge branch 'pr/110' | Nick Merwin | 1 | -1/+1 | |
| 2015-12-10 | Merge pull request #76 from jacob-meacham/feature/user-options | Nick Merwin | 1 | -2/+9 | |
| allow users to pass options through. | |||||
| 2015-11-06 | rm unneeded options, bump node in travis | Andrii Shumada | 1 | -1/+1 | |
| 2015-10-16 | Use HEAD to pick up git info | Dale Harvey | 1 | -1/+1 | |
| 2015-07-14 | Pass CI_PULL_REQUEST through to coveralls if it is set | Ethan Langevin | 1 | -0/+6 | |
| 2015-04-24 | CI_PULL_REQUEST is just the url for the entire PR, have to split it and | Josh Callender | 1 | -1/+5 | |
| grab the number there. CIRCLE_PR_NUMBER is only defined for forks. | |||||
| 2015-04-24 | add support for CircleCI pull request commenting | Josh Callender | 1 | -0/+1 | |
| 2015-04-21 | Added support for service_pull_request in jenkins using the github pull ↵ | Merrifield, Jay | 1 | -0/+1 | |
| request plugin's environment variables | |||||
| 2015-01-29 | allow users to pass options through. | Jacob Meacham | 1 | -2/+9 | |
| 2014-11-04 | Add Wercker CI support with tests. | Steven Weathers | 1 | -0/+7 | |
| Fix minor lint error where a second semicolon appears in lib/fetchGitData.js | |||||
| 2014-07-03 | log at error level by default and only show others if --verbose switch is on. | Gregg Caines | 1 | -1/+3 | |
| 2014-06-22 | improve warning messaging when the repo token is not found. | Gregg Caines | 1 | -1/+2 | |
| 2014-03-27 | add Travis commit & branch info | roman01la | 1 | -0/+2 | |
| 2014-02-16 | add support for drone ci | deepak1556 | 1 | -0/+7 | |
| 2014-02-11 | Read service_name from coveralls.yml | Gerard Escalante | 1 | -1/+5 | |
| Also fixed a typo from the last commit. | |||||
| 2014-02-11 | Swap out yaml with js-yaml for Win compat | Gerard Escalante | 1 | -3/+2 | |
| 2013-11-08 | Fix step 1: for dev-local uses, properly detect local Git branch and commit | Christophe Porteneuve | 1 | -0/+8 | |
| 2013-09-06 | export both getOptions and getBaseOptions from getOptions.js | Matthew J. Morrison | 1 | -2/+2 | |
| Also updated index.js to prevent any breaking API changes and added tests around both getOptions and getBaseOptions. | |||||
| 2013-09-06 | Added getBaseOptions to allow setting up options without depending on ↵ | Matthew J. Morrison | 1 | -20/+24 | |
| process.argv | |||||
| 2013-08-24 | added codeship environment var support. | Gregg Caines | 1 | -0/+6 | |
| 2013-08-24 | removed exec-sync. version 2.2.0 candidate | Gregg Caines | 1 | -11/+24 | |
| 2013-07-26 | fetch git data from command line git | Gabe Hayes | 1 | -16/+6 | |
| - added exec-sync package to execute git commands - if a proper git hash is not passed, falls back to default values | |||||
| 2013-07-25 | change service name to circleci | Gabe Hayes | 1 | -1/+1 | |
| 2013-07-24 | add support for CircleCI | Gabe Hayes | 1 | -0/+7 | |
| 2013-06-22 | better jenkins support. better git object population. | cainus | 1 | -7/+35 | |
| 2013-06-22 | improved testing. | cainus | 1 | -6/+6 | |
| 2013-06-22 | fixed service_job_id relay, and added run_at back. | cainus | 1 | -1/+1 | |
| 2013-06-22 | remove run_at property for now to debug. | cainus | 1 | -1/+1 | |
| 2013-06-22 | pass on all arguments to coveralls (https://coveralls.io/docs/api_reference). | cainus | 1 | -0/+16 | |
| 2013-06-19 | add jshint. | cainus | 1 | -1/+2 | |
| 2013-06-07 | use a native js yaml parser instead of a C library | Arpad Borsos | 1 | -2/+2 | |
| 2013-06-02 | refactored options parsing out. | cainus | 1 | -0/+37 | |
