Closed AdrieanKhisbe closed 5 years ago
Yep, those where made by @rejeep, targeting travis.
$touch PR # =)
Some of this PR is Incorporated into https://github.com/swift-emacs/swift-mode/commit/78cea9d79c8055d5ee0032d9f3457d257dda96ee.
I could not setup undercover correctly. I inserted the following code before (require 'swift-mode)
in swift-mode-test-indent.el
but it did not produce /tmp/local-report.json
.
(require 'undercover)
(undercover "*.el" "../*.el" (:report-file "/tmp/local-report.json") (:send-report nil))
I believe the undercover is installed because (require 'undercover)
does not raise error.
Closing due to conflict and partial incorporation
ert-runner
convention:smiley:
cf https://github.com/chrisbarrett/skeletor.el/pull/29#issuecomment-164114674