diff --git a/codecov.yml b/codecov.yml index fbf4670..0077bf0 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,8 +4,5 @@ coverage: range: "60...100" ignore: - ## Ignore arg.go as all of those are tested indirectly or as integration - - "arg.go" - - "argtype_string.go" - - "errtype_string.go" + - "errortype_string.go" - "eventtopic_string.go"