Loading .github/workflows/tests.yml +1 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ jobs: run: | doppler secrets substitute "tests/secrethub/secretConfig.yml" --output "data/config.yml" doppler secrets substitute "tests/secrethub/secretSheets.json" --output "data/service_sheets.json" python -m pvp.schema - name: Run unit tests env: Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ coverage: doppler secrets substitute "tests/secrethub/secretConfig.yml" --output "data/config.yml" doppler secrets substitute "tests/secrethub/secretSheets.json" --output "data/service_sheets.json" python -m pvp.schema python -m pytest --cov=cog --cov=cogdb python -m pytest --cov=cog --cov=cogdb --cov=pvp coveralls || true tests: Loading @@ -43,7 +43,7 @@ tests: doppler secrets substitute "tests/secrethub/secretConfig.yml" --output "data/config.yml" doppler secrets substitute "tests/secrethub/secretSheets.json" --output "data/service_sheets.json" python -m pvp.schema python -m pytest --cov=cog --cov=cogdb python -m pytest # pylint: # stage: test Loading Loading
.github/workflows/tests.yml +1 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ jobs: run: | doppler secrets substitute "tests/secrethub/secretConfig.yml" --output "data/config.yml" doppler secrets substitute "tests/secrethub/secretSheets.json" --output "data/service_sheets.json" python -m pvp.schema - name: Run unit tests env: Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ coverage: doppler secrets substitute "tests/secrethub/secretConfig.yml" --output "data/config.yml" doppler secrets substitute "tests/secrethub/secretSheets.json" --output "data/service_sheets.json" python -m pvp.schema python -m pytest --cov=cog --cov=cogdb python -m pytest --cov=cog --cov=cogdb --cov=pvp coveralls || true tests: Loading @@ -43,7 +43,7 @@ tests: doppler secrets substitute "tests/secrethub/secretConfig.yml" --output "data/config.yml" doppler secrets substitute "tests/secrethub/secretSheets.json" --output "data/service_sheets.json" python -m pvp.schema python -m pytest --cov=cog --cov=cogdb python -m pytest # pylint: # stage: test Loading