We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213fab1 commit 3ede18fCopy full SHA for 3ede18f
Makefile
@@ -90,7 +90,6 @@ lint:
90
fix-lint:
91
invoke fix-lint
92
93
-
94
# TEST TARGETS
95
96
.PHONY: test-unit
RELEASE.md
@@ -45,12 +45,13 @@ And you will see something like this:
45
46
```
47
Coverage XML written to file ./integration_cov.xml
48
-============ 242 passed, 166 warnings, 134 subtests passed in 9.88s ============
+
49
+======================= 24 passed, 7 warnings in 51.23s ========================
50
....
51
invoke lint
52
No broken requirements found.
53
All checks passed!
-80 files already formatted
54
+28 files already formatted
55
56
57
The execution has finished with no errors, 0 test skipped and 166 warnings.
0 commit comments