Skip to content

Commit 319a3ba

Browse files
committed
fix: uploading code coverage to codecov during baseline gh actions workflow
1 parent 409b9bb commit 319a3ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/codecov-report/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ runs:
8484
with:
8585
name: codecov-base-commit-sha-${{ env.codecov_branch_name }}
8686
path: codecov-base-commit-sha-${{ env.codecov_branch_name }}.txt
87+
overwrite: true
8788

8889
- name: Add SHA to step summary
8990
if: ${{ github.event_name == 'push' && inputs.php-version == '8.2' && inputs.dependencies == 'locked' }}

0 commit comments

Comments
 (0)