Skip to content

Commit

Permalink
[ADD] Coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyWeeUsr committed Nov 27, 2024
1 parent e23c37b commit caf3b28
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ jobs:
--trace \
--time \
--color=always \
test
test -u on,coveralls
- name: Ensure clean byte-compilation
run: |
3 changes: 2 additions & 1 deletion Eldev
Original file line number Diff line number Diff line change
@@ -6,10 +6,11 @@
;(eldev-use-package-archive 'melpa)

(eldev-use-plugin 'autoloads)
(eldev-use-plugin 'undercover)

(eldev-defcommand tag (tag)
"Make a new tag"
:parameters "TAG"
:parameters "TAG"
(unless tag
(signal 'eldev-wrong-command-usage))
(let ((name "typewriter-roll-mode.el")

0 comments on commit caf3b28

Please sign in to comment.