Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Mizu
Commits
b4f3b2c5
Unverified
Commit
b4f3b2c5
authored
3 years ago
by
RoyUP9
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
fixed test coverage (#218)
parent
a4275346
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
agent/Makefile
+1
-1
agent/Makefile
cli/Makefile
+1
-1
cli/Makefile
with
2 additions
and
2 deletions
+2
-2
agent/Makefile
+
1
-
1
View file @
b4f3b2c5
test
:
##
Run agent tests.
@
go
test
./...
-race
-coverprofile
=
coverage.out
-covermode
=
atomic
@
go
test
./...
-coverpkg
=
./...
-race
-coverprofile
=
coverage.out
-covermode
=
atomic
This diff is collapsed.
Click to expand it.
cli/Makefile
+
1
-
1
View file @
b4f3b2c5
...
...
@@ -41,4 +41,4 @@ clean: ## Clean all build artifacts.
rm
-rf
./bin/
*
test
:
##
Run cli tests.
@
go
test
./...
-race
-coverprofile
=
coverage.out
-covermode
=
atomic
@
go
test
./...
-coverpkg
=
./...
-race
-coverprofile
=
coverage.out
-covermode
=
atomic
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help