diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 89a7784..c050e33 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -38,7 +38,9 @@ jobs: - name: Test with pytest run: | coverage run -m pytest test + # Only if ubuntu-latest - name: Coverage + if: ${{ matrix.os }} == 'ubuntu-latest' run: | wget https://s3.amazonaws.com/codeclimate/test-reporter/test-reporter-latest-linux-amd64 -O reporter chmod +x reporter