👷 Move from Codecov to Smokeshow (#486)

This commit is contained in:
Sebastián Ramírez
2022-11-04 23:01:37 +01:00
committed by GitHub
parent ea79c47c0e
commit 5956940908
7 changed files with 79 additions and 16 deletions

View File

@@ -1,7 +0,0 @@
#!/usr/bin/env bash
set -e
set -x
bash ./scripts/test.sh
coverage html

View File

@@ -6,4 +6,4 @@ set -x
coverage run -m pytest tests
coverage combine
coverage report --show-missing
coverage xml
coverage html