diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index b61e1b5..a68e0d3 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -39,7 +39,9 @@ jobs: pip install pytest pytest-cov pytest --cov-report html --cov="." tests/ - name: Upload coverage data to smokeshow - run: smokeshow upload ./htmlcov + run: | + pip install smokeshow + smokeshow upload ./htmlcov env: SMOKESHOW_GITHUB_STATUS_DESCRIPTION: CLI Coverage {coverage-percentage} SMOKESHOW_GITHUB_COVERAGE_THRESHOLD: 50