Skip to content

Commit

Permalink
Allow customization of COVERAGE_FILE in coverage tox env
Browse files Browse the repository at this point in the history
  • Loading branch information
robertknight committed Sep 2, 2024
1 parent ea1bdd3 commit 183b088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ setenv =
dev: WEB_CONCURRENCY = {env:WEB_CONCURRENCY:2}
dev: H_API_AUTH_COOKIE_SECRET_KEY = {env:H_API_AUTH_COOKIE_SECRET_KEY:"dev_h_api_auth_cookie_secret_key"}
dev: H_API_AUTH_COOKIE_SALT = {env:H_API_AUTH_COOKIE_SALT:"dev_h_api_auth_cookie_salt"}
tests: COVERAGE_FILE = {env:COVERAGE_FILE:.coverage.{envname}}
{coverage,tests}: COVERAGE_FILE = {env:COVERAGE_FILE:.coverage.{envname}}
dev: DATABASE_URL = {env:DATABASE_URL:postgresql://postgres@localhost/postgres}
dev: REPLICA_DATABASE_URL = {env:DATABASE_URL:postgresql://postgres@localhost/postgres}
tests: DATABASE_URL = {env:DATABASE_URL:postgresql://postgres@localhost/h_tests}
Expand Down

0 comments on commit 183b088

Please sign in to comment.