Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ test: - mysql -u root -D eddb < "eddb.sql" - secrethub inject -i "tests/secrethub/secretConfig.yml" -o "data/config.yml" - secrethub inject -i "tests/secrethub/secretSheets.json" -o "data/service_sheets.json" - python -m tox -e coverage - python -m pytest --cov=cog --cov=cogdb - coveralls || true pylint: script: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ test: - mysql -u root -D eddb < "eddb.sql" - secrethub inject -i "tests/secrethub/secretConfig.yml" -o "data/config.yml" - secrethub inject -i "tests/secrethub/secretSheets.json" -o "data/service_sheets.json" - python -m tox -e coverage - python -m pytest --cov=cog --cov=cogdb - coveralls || true pylint: script: Loading