Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
f8eca5e1
Commit
f8eca5e1
authored
Dec 04, 2016
by
Jeromy Johnson
Committed by
GitHub
Dec 04, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3466 from ipfs/feat/cover/ignore-commands
Do not include core/commands in coverage report
parents
0c413de8
03109920
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Makefile
Makefile
+1
-1
No files found.
Makefile
View file @
f8eca5e1
...
...
@@ -8,7 +8,7 @@ export IPFS_REUSEPORT=false
ifneq
($(COVERALLS_TOKEN), )
covertools_rule
=
covertools
GOT
=
overalls
-project
=
github.com/ipfs/go-ipfs
-covermode
atomic
-ignore
=
.git,Godeps,thirdparty,test
--
$(GOTFLAGS)
GOT
=
overalls
-project
=
github.com/ipfs/go-ipfs
-covermode
atomic
-ignore
=
.git,Godeps,thirdparty,test
,core/commands,cmd
--
$(GOTFLAGS)
else
covertools_rule
=
$
()
GOT
=
go
test
$(GOTFLAGS)
./...
...
...
Write
Preview
Markdown
is supported
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