diff options
| author | Steven Weathers <[email protected]> | 2014-11-04 19:16:46 -0500 |
|---|---|---|
| committer | Steven Weathers <[email protected]> | 2014-11-04 19:16:46 -0500 |
| commit | 6472650604c7649f8a1156fa4dcd63a7f9289b38 (patch) | |
| tree | 1bc0fcfb43a58221f40694870771d389c0c39d89 /lib/fetchGitData.js | |
| parent | fde16dfe2b28fed153e7a9d37f878aadcc0e4f06 (diff) | |
| download | node-coveralls-6472650604c7649f8a1156fa4dcd63a7f9289b38.tar.xz node-coveralls-6472650604c7649f8a1156fa4dcd63a7f9289b38.zip | |
Add Wercker CI support with tests.
Fix minor lint error where a second semicolon appears in lib/fetchGitData.js
Diffstat (limited to 'lib/fetchGitData.js')
| -rw-r--r-- | lib/fetchGitData.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fetchGitData.js b/lib/fetchGitData.js index 3bebda3..67b6190 100644 --- a/lib/fetchGitData.js +++ b/lib/fetchGitData.js @@ -59,7 +59,7 @@ function fetchBranch(git, cb) { }); } -var REGEX_COMMIT_DETAILS = /\nauthor (.+?) <(.+?)>.+\ncommitter (.+?) <(.+?)>.+\n?[\S\s]+?\n\n(.*)/m;; +var REGEX_COMMIT_DETAILS = /\nauthor (.+?) <(.+?)>.+\ncommitter (.+?) <(.+?)>.+\n?[\S\s]+?\n\n(.*)/m; function fetchHeadDetails(git, cb) { exec('git cat-file -p ' + git.head.id, function(err, response) { |
