From b420c5e4ea1c70a7aee2cfb9c90feb5d381ad172 Mon Sep 17 00:00:00 2001 From: Michael Thornton <142261515+mbthornton-lbl@users.noreply.github.com> Date: Wed, 6 Dec 2023 11:46:38 -0800 Subject: [PATCH] Update blt.yml --- .github/workflows/blt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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