From 48233c0987e410febb3a9ef81e47a401effd799e Mon Sep 17 00:00:00 2001 From: Michael Thornton Date: Fri, 8 Dec 2023 12:31:03 -0800 Subject: [PATCH] disable pytest coverage comment --- .github/workflows/blt.yml | 10 +++++----- Makefile | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/blt.yml b/.github/workflows/blt.yml index 305f5362..a77545d4 100644 --- a/.github/workflows/blt.yml +++ b/.github/workflows/blt.yml @@ -32,9 +32,9 @@ jobs: run: | poetry run pytest ./tests --junit-xml=pytest.xml --cov-report=term --cov-report=html \ --cov-report=xml --cov=nmdc_automation - - name: Pytest coverage comment - uses: MishaKav/pytest-coverage-comment@main - with: - pytest-xml-coverage-path: coverage.xml - junitxml-path: pytest.xml +# - name: Pytest coverage comment +# uses: MishaKav/pytest-coverage-comment@main +# with: +# pytest-xml-coverage-path: coverage.xml +# junitxml-path: pytest.xml diff --git a/Makefile b/Makefile index ff5309b0..51500800 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ test: - PYTHONPATH=$(shell pwd) pytest --cov-report term --cov-report html --cov=nmdc_automation ./tests + PYTHONPATH=$(shell pwd) pytest --cov-report term --cov=nmdc_automation ./tests