chore(build): exclude e2e dir from codecov report

This commit is contained in:
Dimitri Herzog 2022-11-25 07:36:38 +00:00
parent fb0810f18d
commit f3d96abbae
1 changed files with 1 additions and 0 deletions

View File

@ -14,3 +14,4 @@ coverage:
ignore:
- "resolver/mocks.go"
- "**/*_enum.go"
- "e2e/*.go"