From 0820ebdc9e471ab086cfcf782a72110c79d93b79 Mon Sep 17 00:00:00 2001 From: Michael Thornton Date: Fri, 8 Dec 2023 14:25:20 -0800 Subject: [PATCH] add coverage comment --- .github/workflows/blt.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/blt.yml b/.github/workflows/blt.yml index ba33eaf3..566731f8 100644 --- a/.github/workflows/blt.yml +++ b/.github/workflows/blt.yml @@ -37,9 +37,9 @@ jobs: --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