mirror of
https://github.com/sprockets/sprockets-postgres.git
synced 2024-11-24 19:29:52 +00:00
Fix coverage report
This commit is contained in:
parent
780a428f9d
commit
ad92604caa
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ data_file = build/.coverage
|
||||||
[coverage:report]
|
[coverage:report]
|
||||||
show_missing = True
|
show_missing = True
|
||||||
include =
|
include =
|
||||||
sprockets_postgres/*.py
|
sprockets_postgres.py
|
||||||
|
|
||||||
[coverage:html]
|
[coverage:html]
|
||||||
directory = build/coverage
|
directory = build/coverage
|
||||||
|
|
Loading…
Reference in a new issue