We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6442679 commit 1682c7eCopy full SHA for 1682c7e
CHANGELOG.md
@@ -1,10 +1,11 @@
1
# Unreleased
2
3
-## Added
4
-
5
## Fixed
6
7
-## Changed
+- Fix misleading error message when all tests are filtered out. Previously, it
+ would misleadingly suggest you correct the `test-paths` and `ns-patterns`
+ configuration keys.
8
+- Fix overflow with the `gc-profiling` plugin when there's too many bytes.
9
10
# 1.66.1034 (2022-04-26 / 7a5824a)
11
@@ -873,4 +874,4 @@ namespace.
873
874
- The configuration format has changed, you should now start with the `#kaocha
875
{}` tagged reader literal in `tests.edn` to provide defaults. If you want more
876
control then overwrite `tests.edn` with the output of `--print-config` and
- tweak.
877
+ tweak.
0 commit comments