Commit 1cbc4dcb authored by Jeremy Pallats's avatar Jeremy Pallats 💬
Browse files

FIX: Github ci needed gitlab patch.

- Add test coverage for pvp.
parent 42086d60
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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:
+2 −2
Original line number Diff line number Diff line
@@ -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:
@@ -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