Try to ignore the internal files again

This commit is contained in:
Vinícius Garcia 2022-01-11 19:15:52 -03:00
parent 338fc7b266
commit e48c8a0902

View File

@ -1,5 +1,6 @@
ignore: coverage:
"internal/testtools" ignore:
"internal/structs" "internal/testtools"
"examples/example_service" "internal/structs"
"examples/**/*" "examples/example_service"
"examples/**/*"