| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-03-15 | Style fix (#211) | Mikael Mello | 1 | -2/+1 | |
| 2018-06-29 | Adds support for named job flags (#196) | Jordan Oroshiba | 1 | -0/+4 | |
| * Adds support for named job flags * Add actual test function | |||||
| 2018-05-01 | Verbose use log level `debug` | Matthew Kime | 1 | -1/+1 | |
| 2018-05-01 | Add buildkite support (#177) | Tristan Davey | 1 | -1/+14 | |
| * Add buildkite support * Add committer name, email, commit message and pull request number * Add buildkite to support CIs in README.md | |||||
| 2018-05-01 | Add Semaphore support (#180) | Manu Phatak | 1 | -0/+6 | |
| Semaphore ENV variables: https://semaphoreci.com/docs/available-environment-variables.html | |||||
| 2017-04-27 | better Jenkins detection | Nick Merwin | 1 | -2/+2 | |
| 2017-03-30 | Parse commit from packed refs if not available in refs dir. (#163) | Chas DeVeas | 1 | -1/+20 | |
| * Add .idea to .gitignore * Added alternative method for parsing current commit with test. * Fixing test. * Remove dependency on fs-extra. | |||||
| 2017-03-05 | merge, version bump2.12.0 | Nick Merwin | 1 | -2/+14 | |
| 2017-02-05 | branching WIPbranching | Nick Merwin | 1 | -2/+14 | |
| 2017-02-05 | Merge pull request #142 from Hirse/feature/travis-pr | Nick Merwin | 1 | -0/+1 | |
| Get PR number from TRAVIS | |||||
| 2017-01-31 | reenable drone | Kasper Lewau | 1 | -2/+5 | |
| 2016-11-11 | implemented code to parse concatenated file paths (fixes #143) | Joshua Davis | 1 | -0/+11 | |
| 2016-10-14 | Get PR number from TRAVIS | d056950 | 1 | -0/+1 | |
| 2016-09-15 | Merge branch 'master' into pr/127 | Nick Merwin | 1 | -1/+13 | |
| 2016-09-15 | Merge pull request #139 from paulcbetts/surf | Nick Merwin | 1 | -0/+5 | |
| Add Surf support | |||||
| 2016-09-14 | Ignore files that do not exist in convertLcovToCoveralls | Arjan Singh | 1 | -1/+4 | |
| 2016-08-17 | Wire up the code | Paul Betts | 1 | -0/+5 | |
| 2016-06-26 | Feature: Support codeship docker environment variables | Marc Riegel | 1 | -1/+8 | |
| 2016-03-13 | add appveyor support | Tommy Parnell | 1 | -1/+7 | |
| 2016-02-26 | COVERALLS_PARALLEL env support | Nick Merwin | 2 | -0/+7 | |
| 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 | Use minimist to parse command line options | Anna Henningsen | 2 | -13/+5 | |
| The command line options are made available as a object via `index.options` | |||||
| 2015-12-10 | Change write-to-stdout option to `--stdout/-s` | Anna Henningsen | 1 | -1/+1 | |
| 2015-12-10 | Add command line option to write output to stdout | Anna Henningsen | 3 | -13/+22 | |
| 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 | 2 | -3/+7 | |
| 2015-12-10 | Merge pull request #85 from addaleax/branch-name-detection | Nick Merwin | 1 | -1/+2 | |
| Accept more valid git branch names | |||||
| 2015-12-10 | Merge pull request #87 from addaleax/fix-bug-86 | Nick Merwin | 1 | -1/+1 | |
| Fix bug #86 | |||||
| 2015-12-10 | Merge pull request #88 from fracmak/feature/service_pull_request | Nick Merwin | 2 | -0/+4 | |
| 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 | 2 | -2/+2 | |
| 2015-12-10 | Merge pull request #76 from jacob-meacham/feature/user-options | Nick Merwin | 2 | -5/+13 | |
| allow users to pass options through. | |||||
| 2015-11-06 | rm unneeded options, bump node in travis | Andrii Shumada | 2 | -2/+2 | |
| 2015-10-16 | Use HEAD to pick up git info | Dale Harvey | 1 | -1/+1 | |
| 2015-08-12 | Added support for process.env.COVERALLS_ENDPOINT | Adam Meadows | 1 | -1/+6 | |
| 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-15 | Merge remote-tracking branch 'upstream/master' into fix-bug-86 | Hauke Henningsen | 1 | -1/+1 | |
| Conflicts: lib/fetchGitData.js | |||||
| 2015-07-14 | Pass CI_PULL_REQUEST through to coveralls if it is set | Ethan Langevin | 2 | -0/+9 | |
| 2015-07-13 | Fix parsing git message with REGEX_COMMIT_DETAILS | Joshua Ma | 1 | -1/+1 | |
| Given the commit message ``` tree 2d257d54add0901a72fbe492538aec4a35b4f4a5 parent 21d9ce4eb278af46561e069d6410e72a88c38036 author Joshua Ma <[email protected]> 1436838814 -0700 committer Joshua Ma <[email protected]> 1436839048 -0700 main message secondary detail ``` REGEX_COMMIT_DETAILS previously incorrectly matched `secondary detail` as the message - it lets an optional newline match (A), followed by nongreedy `[\S\s]+`, until a double-newline (B) is found. The message used is what follows B. Since there's two double-newlines, before `main message` and `secondary detail`, the first double-newline is used towards (A) and the second set is the one that matches (B). So the message ends up being `secondary detail`. This change simplifies the regex to just a nongreedy `[\S\s]*` until the first double-newline, after which the message is expected. | |||||
| 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 | 2 | -0/+4 | |
| 2015-04-21 | Added support for service_pull_request in jenkins using the github pull ↵ | Merrifield, Jay | 2 | -0/+4 | |
| request plugin's environment variables | |||||
| 2015-04-20 | Fix bug #86 | Hauke Henningsen | 1 | -1/+1 | |
| Instead of matching the git commit file for emails which contain at least one character, match for “emails” which also may be empty. Also, use greedy regex matching in those places which is likely to be more performant than non-greedy matching. | |||||
| 2015-04-15 | Accept more valid git branch names | Hauke Henningsen | 1 | -1/+2 | |
| According to git-check-ref-format(1), branch naming excludes a number of characters, but various non-word characters are definitely allowed. This modifies the `REGEX_BRANCH` detection to match branch names containing some non-word characters, e.g. `features/foo` or `bar-baz`. | |||||
| 2015-01-29 | allow users to pass options through. | Jacob Meacham | 2 | -5/+13 | |
| 2014-11-04 | Add Wercker CI support with tests. | Steven Weathers | 2 | -1/+8 | |
| Fix minor lint error where a second semicolon appears in lib/fetchGitData.js | |||||
| 2014-09-11 | fetch all characters by selecting all whitespace and all none whitespace | Schaaf, Martin | 1 | -1/+1 | |
| 2014-09-11 | fix parsing of multiline header responses | Schaaf, Martin | 1 | -1/+1 | |
| takes not known headers into account | |||||
| 2014-07-03 | log at error level by default and only show others if --verbose switch is on. | Gregg Caines | 2 | -3/+5 | |
| 2014-06-22 | improve warning messaging when the repo token is not found. | Gregg Caines | 1 | -1/+2 | |
| 2014-06-22 | Merge pull request #50 from roman01la/master | Gregg Caines | 1 | -0/+2 | |
| add Travis commit & branch info | |||||
