Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ test: services: - docker:dind script: - pytest tests/unit tests/integration tests/api --cov=src/srm --cov-branch --cov-report=term-missing || [ $? -eq 5 ] #bypass no tests found error. - pytest tests/unit tests/integration --cov=src/srm --cov-branch --cov-report=term-missing || [ $? -eq 5 ] #bypass no tests found error. coverage: '/TOTAL.+ ([0-9]{1,3}(?:\.[0-9]+)?%)/' Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ test: services: - docker:dind script: - pytest tests/unit tests/integration tests/api --cov=src/srm --cov-branch --cov-report=term-missing || [ $? -eq 5 ] #bypass no tests found error. - pytest tests/unit tests/integration --cov=src/srm --cov-branch --cov-report=term-missing || [ $? -eq 5 ] #bypass no tests found error. coverage: '/TOTAL.+ ([0-9]{1,3}(?:\.[0-9]+)?%)/' Loading