Skip to content

Commit

Permalink
mark all uncovered files so go-testcov ./... works
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser authored and williammartin committed May 20, 2019
1 parent 41e1b26 commit 53b150e
Show file tree
Hide file tree
Showing 38 changed files with 80 additions and 0 deletions.
3 changes: 3 additions & 0 deletions format/format.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/*
Gomega's format package pretty-prints objects. It explores input objects recursively and generates formatted, indented output with type information.
*/

// untested sections: 4

package format

import (
Expand Down
2 changes: 2 additions & 0 deletions gbytes/say_matcher.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 1

package gbytes

import (
Expand Down
2 changes: 2 additions & 0 deletions gexec/build.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 5

package gexec

import (
Expand Down
2 changes: 2 additions & 0 deletions gexec/exit_matcher.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 2

package gexec

import (
Expand Down
2 changes: 2 additions & 0 deletions gexec/prefixed_writer.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 1

package gexec

import (
Expand Down
3 changes: 3 additions & 0 deletions gexec/session.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/*
Package gexec provides support for testing external processes.
*/

// untested sections: 1

package gexec

import (
Expand Down
2 changes: 2 additions & 0 deletions ghttp/handlers.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 3

package ghttp

import (
Expand Down
3 changes: 3 additions & 0 deletions ghttp/test_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ A more comprehensive example is available at https://onsi.github.io/gomega/#_tes
})
})
*/

// untested sections: 5

package ghttp

import (
Expand Down
2 changes: 2 additions & 0 deletions gstruct/elements.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 6

package gstruct

import (
Expand Down
2 changes: 2 additions & 0 deletions gstruct/fields.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 10

package gstruct

import (
Expand Down
2 changes: 2 additions & 0 deletions gstruct/ignore.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 2

package gstruct

import (
Expand Down
2 changes: 2 additions & 0 deletions gstruct/keys.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 9

package gstruct

import (
Expand Down
2 changes: 2 additions & 0 deletions gstruct/pointer.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 3

package gstruct

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/asyncassertion/async_assertion.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 2

package asyncassertion

import (
Expand Down
2 changes: 2 additions & 0 deletions matchers/assignable_to_type_of_matcher.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 2

package matchers

import (
Expand Down
2 changes: 2 additions & 0 deletions matchers/be_a_directory.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 5

package matchers

import (
Expand Down
2 changes: 2 additions & 0 deletions matchers/be_a_regular_file.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 5

package matchers

import (
Expand Down
2 changes: 2 additions & 0 deletions matchers/be_an_existing_file.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 3

package matchers

import (
Expand Down
2 changes: 2 additions & 0 deletions matchers/be_closed_matcher.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 2

package matchers

import (
Expand Down
2 changes: 2 additions & 0 deletions matchers/be_empty_matcher.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 2

package matchers

import (
Expand Down
2 changes: 2 additions & 0 deletions matchers/be_equivalent_to_matcher.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 2

package matchers

import (
Expand Down
2 changes: 2 additions & 0 deletions matchers/be_false_matcher.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 2

package matchers

import (
Expand Down
2 changes: 2 additions & 0 deletions matchers/be_identical_to.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 2

package matchers

import (
Expand Down
2 changes: 2 additions & 0 deletions matchers/be_nil_matcher.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 2

package matchers

import "github.com/onsi/gomega/format"
Expand Down
2 changes: 2 additions & 0 deletions matchers/be_numerically_matcher.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 4

package matchers

import (
Expand Down
2 changes: 2 additions & 0 deletions matchers/be_sent_matcher.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 3

package matchers

import (
Expand Down
2 changes: 2 additions & 0 deletions matchers/be_temporally_matcher.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 3

package matchers

import (
Expand Down
2 changes: 2 additions & 0 deletions matchers/be_true_matcher.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 2

package matchers

import (
Expand Down
2 changes: 2 additions & 0 deletions matchers/consist_of.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 3

package matchers

import (
Expand Down
2 changes: 2 additions & 0 deletions matchers/contain_element_matcher.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 2

package matchers

import (
Expand Down
2 changes: 2 additions & 0 deletions matchers/contain_substring_matcher.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 2

package matchers

import (
Expand Down
2 changes: 2 additions & 0 deletions matchers/have_cap_matcher.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 2

package matchers

import (
Expand Down
2 changes: 2 additions & 0 deletions matchers/have_key_matcher.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 6

package matchers

import (
Expand Down
2 changes: 2 additions & 0 deletions matchers/have_key_with_value_matcher.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections:10

package matchers

import (
Expand Down
2 changes: 2 additions & 0 deletions matchers/have_occurred_matcher.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 2

package matchers

import (
Expand Down
2 changes: 2 additions & 0 deletions matchers/receive_matcher.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 3

package matchers

import (
Expand Down
2 changes: 2 additions & 0 deletions matchers/semi_structured_data_support.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// untested sections: 5

package matchers

import (
Expand Down
3 changes: 3 additions & 0 deletions matchers/type_support.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ See the docs for Gomega for documentation on the matchers
http://onsi.github.io/gomega/
*/

// untested sections: 11

package matchers

import (
Expand Down

0 comments on commit 53b150e

Please sign in to comment.