diff --git a/.github/workflows/blt.yml b/.github/workflows/blt.yml index c462ef47..1e7802fe 100644 --- a/.github/workflows/blt.yml +++ b/.github/workflows/blt.yml @@ -37,6 +37,7 @@ jobs: --cov-report=xml --cov=nmdc_automation - name: Generate badges run: | + pip install genbadge[all] poetry run genbadge tests -i pytest.xml -l -v # - name: Pytest coverage comment diff --git a/coverage.xml b/coverage.xml index ebf9310c..9f89d6d3 100644 --- a/coverage.xml +++ b/coverage.xml @@ -1,5 +1,5 @@ - + diff --git a/pytest.xml b/pytest.xml new file mode 100644 index 00000000..d4d6c35d --- /dev/null +++ b/pytest.xml @@ -0,0 +1 @@ + \ No newline at end of file