Commit 7ad77b74 authored by Grant, Josh's avatar Grant, Josh
Browse files

add missing-terms to pycoverage test

parent fda7ab31
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ services:
      #- ./envfile_mssql
      - ./envfile
    #command: ["sh", "-c", "pytest --cov=common /test/test.py"]
    command: ["sh", "-c", "test-db-conn && pytest -v --cov=common /test/test.py"]
    command: ["sh", "-c", "test-db-conn && pytest -v --cov=common /test/test.py --cov-report term-missing"]
    depends_on:
      - postgres

+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ services:
      - ./test/:/test/
    env_file:
      - ./envfile_mssql
    command: ["sh", "-c", "/test/mssql_test_server/test-mssql-conn && pytest -v --cov=common /test/test_mssql.py"]
    command: ["sh", "-c", "/test/mssql_test_server/test-mssql-conn && pytest -v --cov=common /test/test_mssql.py --cov-report term-missing"]
    depends_on:
      - mssql
    networks: