From 083db082adbb5ab31eb63459e4347744273e46e9 Mon Sep 17 00:00:00 2001 From: Michael Thornton <mbthornton@lbl.gov> Date: Fri, 8 Dec 2023 13:00:27 -0800 Subject: [PATCH] genbadge tests --- .github/workflows/blt.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/blt.yml b/.github/workflows/blt.yml index d11d7606..c462ef47 100644 --- a/.github/workflows/blt.yml +++ b/.github/workflows/blt.yml @@ -35,6 +35,9 @@ jobs: run: | poetry run pytest ./tests --junit-xml=pytest.xml --cov-report=term \ --cov-report=xml --cov=nmdc_automation + - name: Generate badges + run: | + poetry run genbadge tests -i pytest.xml -l -v # - name: Pytest coverage comment # uses: MishaKav/pytest-coverage-comment@main