[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master d9c171b 10/25: Handle multiple files in coverage reports.
From: |
Jackson Ray Hamilton |
Subject: |
[elpa] master d9c171b 10/25: Handle multiple files in coverage reports. |
Date: |
Mon, 30 May 2016 22:10:45 +0000 (UTC) |
branch: master
commit d9c171b6337f372e3c797a5b6e400fce6aa43675
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>
Handle multiple files in coverage reports.
---
test/context-coloring-coverage.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/test/context-coloring-coverage.el
b/test/context-coloring-coverage.el
index a2bb136..fe990d9 100644
--- a/test/context-coloring-coverage.el
+++ b/test/context-coloring-coverage.el
@@ -111,14 +111,14 @@
(mapcar
#'context-coloring-coverage-format-source-file
(cdr (assq 'source_files coverage-data)))
- "\n"))
+ "\n\n"))
(defun context-coloring-coverage-local-init ()
"Initialize test coverage for local viewing."
(make-directory context-coloring-coverage-output-directory t)
(setq undercover-force-coverage t)
(setenv "COVERALLS_REPO_TOKEN" "noop")
- (undercover "context-coloring.el"
+ (undercover "*.el"
(:report-file context-coloring-coverage-output-file)
(:send-report nil))
(add-hook
@@ -147,7 +147,7 @@
(defun context-coloring-coverage-ci-init ()
"Initialize test coverage for continuous integration."
- (undercover "context-coloring.el")
+ (undercover "*.el")
(require 'context-coloring))
(provide 'context-coloring-coverage)
- [elpa] master updated (5f6e9e7 -> 6ee4481), Jackson Ray Hamilton, 2016/05/30
- [elpa] master ce8ac8e 02/25: Add context-coloring-before-colorize abstraction., Jackson Ray Hamilton, 2016/05/30
- [elpa] master d346f82 08/25: Ignore packaging-generated files., Jackson Ray Hamilton, 2016/05/30
- [elpa] master d9c171b 10/25: Handle multiple files in coverage reports.,
Jackson Ray Hamilton <=
- [elpa] master e93ef84 14/25: Remove obsolete variables., Jackson Ray Hamilton, 2016/05/30
- [elpa] master 48cd90e 18/25: Tweak copyright lines., Jackson Ray Hamilton, 2016/05/30
- [elpa] master aa94f91 20/25: Be more careful when disabling/enabling font-lock., Jackson Ray Hamilton, 2016/05/30
- [elpa] master 3007b29 24/25: Version 8.0.1., Jackson Ray Hamilton, 2016/05/30
- [elpa] master a0e907a 01/25: Ensure js2-mode parses synchronously., Jackson Ray Hamilton, 2016/05/30
- [elpa] master 6c92cc2 19/25: Rename variable., Jackson Ray Hamilton, 2016/05/30
- [elpa] master ceece60 15/25: Trivial cleanup., Jackson Ray Hamilton, 2016/05/30
- [elpa] master f6401a6 17/25: Narrow scope of `make compile'., Jackson Ray Hamilton, 2016/05/30
- [elpa] master 09aef2a 09/25: Add an .elpaignore file., Jackson Ray Hamilton, 2016/05/30
- [elpa] master a9b988e 13/25: Fix improperly prepared test., Jackson Ray Hamilton, 2016/05/30