Skip to content

Commit 7185807

Browse files
author
IndominusByte
committed
add coveralls
1 parent c75b482 commit 7185807

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ Documentation = "https://indominusbyte.github.io/fastapi-jwt-auth/"
3636
[tool.flit.metadata.requires-extra]
3737
test = [
3838
"pytest==6.0.1",
39-
"pytest-cov==2.10.0"
39+
"pytest-cov==2.10.0",
40+
"coveralls==2.1.2"
4041
]
4142

4243
doc = [

0 commit comments

Comments
 (0)