diff --git a/.github/workflows/cli-coverage.yml b/.github/workflows/cli-coverage.yml index 9600bd6..fc0d598 100644 --- a/.github/workflows/cli-coverage.yml +++ b/.github/workflows/cli-coverage.yml @@ -23,11 +23,6 @@ jobs: - name: Run tests run: coverage run -m pytest tests - - name: get coverage artifacts - uses: actions/download-artifact@v2 - with: - name: coverage_files - - name: build coverage run: coverage html -i