Skip to content

Commit

Permalink
fix: reverted the codecov version v4 to v3
Browse files Browse the repository at this point in the history
 - Fixes the Warning: Codecov: Failed to properly create commit
  • Loading branch information
sriramkanakam87 committed Apr 5, 2024
1 parent ae45d0f commit ab3b049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: vendor/bin/phpunit --coverage-clover coverage.xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}

Expand Down

0 comments on commit ab3b049

Please sign in to comment.