Try to fix codecov ignore list

pull/16/head
Vinícius Garcia 2022-01-12 18:22:03 -03:00
parent e48c8a0902
commit 865f52cb21
1 changed files with 4 additions and 4 deletions

View File

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