branch: master commit 007977846145d47cb0db2f670a30fddd4bf5f391 Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com> Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Set `:send-report' to nil. --- test/context-coloring-coverage.el | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/test/context-coloring-coverage.el b/test/context-coloring-coverage.el index 2fe8fa9..b18f8ad 100644 --- a/test/context-coloring-coverage.el +++ b/test/context-coloring-coverage.el @@ -119,7 +119,8 @@ (setq undercover-force-coverage t) (setenv "COVERALLS_REPO_TOKEN" "noop") (undercover "context-coloring.el" - (:report-file context-coloring-coverage-output-file)) + (:report-file context-coloring-coverage-output-file) + (:send-report nil)) (add-hook 'kill-emacs-hook (lambda ()