Skip to content

Commit 02a76ba

Browse files
teroppracticalli-johnny
authored andcommitted
alias: correct coverage alias name to :test/coverage
1 parent d4fdcf3 commit 02a76ba

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.org

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
* Unreleased
44
** Changed
5-
- docs: rewrite `:dev` aliases introduction
5+
- docs: rewrite `:dev` aliases introduction
6+
- alias: `:test/cloverage` corrected to `:test/coverage`
67

78
* 2023-08-02
89
** Changed

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@
678678
;; In the root of your Clojure project, run the command:
679679
;; clojure -M:test/coverage
680680
;; clojure -X:test/coverage
681-
:test/cloverage
681+
:test/coverage
682682
{:extra-paths ["test"]
683683
:extra-deps {cloverage/cloverage {:mvn/version "1.2.4"}}
684684
:main-opts ["--main" "cloverage.coverage"

0 commit comments

Comments
 (0)