swift-emacs / swift-mode

Emacs support for Apple's Swift programming language.
GNU General Public License v3.0
372 stars 47 forks source link

Improved ci #124

Closed AdrieanKhisbe closed 5 years ago

AdrieanKhisbe commented 8 years ago

:smiley:

cf https://github.com/chrisbarrett/skeletor.el/pull/29#issuecomment-164114674

AdrieanKhisbe commented 8 years ago

Yep, those where made by @rejeep, targeting travis.

AdrieanKhisbe commented 8 years ago

$touch PR # =)

taku0 commented 8 years ago

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.

AdrieanKhisbe commented 5 years ago

Closing due to conflict and partial incorporation