graphql-file_upload/.coveragerc
2021-07-07 12:01:59 +02:00

13 lines
230 B
INI

[run]
omit =
# omit tests
*/tests/*
# omit non testable files
app/core/*
app/database/*
app/migrations/*
app/schema/*
app/main.py
# omit schema types and controllers
[html]
directory = .htmlcov