Skip to content

Commit

Permalink
NOISSUE - Ignore logging & metrics for code coverage (#233)
Browse files Browse the repository at this point in the history
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
  • Loading branch information
mijicd authored Apr 19, 2018
1 parent e858e86 commit 544ba57
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions http/api/logging.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build !test

package api

import (
Expand Down
2 changes: 2 additions & 0 deletions http/api/metrics.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build !test

package api

import (
Expand Down
2 changes: 2 additions & 0 deletions manager/api/logging.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build !test

package api

import (
Expand Down
2 changes: 2 additions & 0 deletions manager/api/metrics.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build !test

package api

import (
Expand Down
2 changes: 2 additions & 0 deletions ws/api/logging.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build !test

package api

import (
Expand Down
2 changes: 2 additions & 0 deletions ws/api/metrics.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build !test

package api

import (
Expand Down

0 comments on commit 544ba57

Please sign in to comment.