@@ -65,60 +65,6 @@ This happens if there is a namespace in your project that requires itself, for e
65
65
66
66
Remove the self-reference and the test coverage report should report correctly again.
67
67
68
- ## Changelog
69
-
70
- 1.0.8 (WIP)
71
- - Features
72
- - Add [ Code of Conduct] ( https://github.com/cloverage/cloverage/blob/master/CODE_OF_CONDUCT.md ) (#128 )
73
- - Add junit support with the ` --junit ` flag (#127 )
74
-
75
- 1.0.7
76
- - Features
77
- - Add codecov.io support with the ` --codecov ` flag (#78 )
78
- - Add lcov (e.g. coverlay) support with the ` --lcov ` flag (#114 )
79
- - Support for midje as a test runner with ` --runner :midje ` (#64 )
80
- - Support for cljc files (#93 /#94 )
81
- - Improvements
82
- - Coverage fn (internal hot loop) optimization (#90 )
83
- - Dependency upgrades, including running tests on Oracle JDK 8 (#105 )
84
- - Bugfixes
85
- - Fix Unicode (UTF-8) support for HTML output (#100 )
86
- - Fix handling of multibyte characters (#108 )
87
- - Fix HTML entity encoding bug (#55 )
88
- - Coveralls report: fix source digest, line hit numbers (#96 )
89
-
90
- 1.0.6
91
- - Features
92
- - Option to exclude namespaces (#57 /#73 )
93
- - Improved records fixes for Compojure (#66 /#69 )
94
- - Option to specify a path to src/test namespaces (#70 )
95
- - Automatic push out of snapshot releases (#65 )
96
- - Handle records correctly (#59 )
97
- - Text summary of results (#50 )
98
- - Bugfixes
99
- - Correct test namespaces regex usage (#67 )
100
- - Cope with zero-namespace situations correctly (#62 )
101
-
102
- 1.0.5:
103
- - Bugfixes:
104
- - Work around AOT-ed inline functions not being wrappable (http://dev.clojure.org/jira/browse/CLJ-1330 )
105
-
106
- 1.0.4:
107
- - Features:
108
- - Minimal EMMA XML output format support.
109
- - [ Coveralls] ( https://coveralls.io ) output format.
110
- - Cloverage now exits with non-zero exit code when your tests fail
111
- - Total % coverage summary in index.html
112
- - Bugfixes:
113
- - Better instrumentation logic is no longer confused by macro/symbol shadowing
114
- - Support for (: require [ (namespace.prefix (suffix : as rename))] ) ns forms
115
- - Cloverage jars no longer include all dependencies
116
-
117
- 1.0.3:
118
- - fix empty list crash
119
- - add letfn support
120
- - print html report URL after testing
121
-
122
68
## License
123
69
124
70
Distributed under the Eclipse Public License, the same as Clojure.
@@ -134,3 +80,4 @@ Distributed under the Eclipse Public License, the same as Clojure.
134
80
Some code was taken from
135
81
* Java IO interop (clojure-contrib/duck-streams) by Stuart Sierra (see cloverage/source.clj)
136
82
* Topological sort (https://gist.github.com/1263783 ) by Alan Dipert (see cloverage/kahn.clj)
83
+
0 commit comments