diff --git a/.github/workflows/blt.yml b/.github/workflows/blt.yml index 622b75cb..53ca8401 100644 --- a/.github/workflows/blt.yml +++ b/.github/workflows/blt.yml @@ -36,4 +36,4 @@ jobs: # flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with pytest run: | - pytest --cov-report term --cov-report html --cov=nmdc_automation ./tests + pytest ./tests