Skip to content

Commit

Permalink
Upgrading to codecov v4 hoping it will fix the failures 🤞
Browse files Browse the repository at this point in the history
  • Loading branch information
escopecz committed Apr 18, 2024
1 parent 175ceac commit af369f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Upload coverage report
if: ${{ matrix.php-versions == '8.1' && matrix.db-types == 'mariadb' && github.repository == 'mautic/mautic' }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
fail_ci_if_error: true
Expand Down

0 comments on commit af369f3

Please sign in to comment.