Commit a16e6a20 authored by Jeremy Pallats's avatar Jeremy Pallats 💬
Browse files

Fix coverage command.

parent 0c100736
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: