Skip to content

Commit

Permalink
Fix up coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Jan 20, 2024
1 parent 18dcec6 commit d665d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: if ${{ matrix.prefer-lowest == 'prefer-lowest' }}; then vendor/bin/validate-prefer-lowest -m; fi

- name: Code Coverage Report
if: success() && matrix.php-version == '8.1' && matrix.db-type == 'sqlite'
if: success() && matrix.php-version == '8.1'
uses: codecov/codecov-action@v3

validation:
Expand Down

0 comments on commit d665d33

Please sign in to comment.