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 76b2e43 commit 5fded89Copy full SHA for 5fded89
golang-website-example.txt
@@ -3,6 +3,20 @@
3
[-] load
4
5
# Insyaallah, New tasks:
6
+[] coverage tests
7
+
8
+➜ golang-website-example git:(master) ✗ go test -cover
9
+? github.com/ockibagusp/golang-website-example [no test files]
10
11
+➜ golang-website-example git:(master) ✗ go test ./tests -cover
12
+ok github.com/ockibagusp/golang-website-example/tests 2.827s coverage: [no statements]
13
14
+➜ golang-website-example git:(master) ✗ go test ./tests -coverpkg=./...
15
+ok github.com/ockibagusp/golang-website-example/tests coverage: 62.6% of statements in ./...
16
+ --------
17
18
+move...
19
20
[] log file lines (caller), example,
21
{"file": ".../controllers/user_controller.go:76", ...}
22
0 commit comments