add coveralls to actions

This commit is contained in:
Bastien Gérard
2020-11-15 14:02:03 +01:00
committed by Bastien Gerard
parent 6e332e782b
commit cc591a634a
2 changed files with 12 additions and 4 deletions

View File

@@ -112,7 +112,7 @@ extra_opts = {
"tests_require": [
"pytest<5.0",
"pytest-cov",
"coverage<5.0", # recent coverage switched to sqlite format for the .coverage file which isn't handled properly by coveralls
"coverage",
"blinker",
"Pillow>=7.0.0",
],