Skip to content

Commit

Permalink
Repaired coverage if in python-package
Browse files Browse the repository at this point in the history
  • Loading branch information
jlgarridol committed May 6, 2024
1 parent 18ad0db commit 858bbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
coverage run -m pytest test
# Only if ubuntu-latest
- name: Coverage
if: ${{ matrix.os }} == 'ubuntu-latest'
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
wget https://s3.amazonaws.com/codeclimate/test-reporter/test-reporter-latest-linux-amd64 -O reporter
chmod +x reporter
Expand Down

0 comments on commit 858bbf6

Please sign in to comment.