ci: add depends_on relationships
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
cătălin 2022-08-27 19:35:05 +00:00
commit 1296103c8f
2 changed files with 17 additions and 2 deletions

View file

@ -32,3 +32,6 @@ build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
addopts = ['--maxfail=1', '-rf', "--cov=halig", '--junitxml=report.xml']
[tool.coverage.run]
omit = [".venv/**"]