We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4562caf commit 8d57493Copy full SHA for 8d57493
.github/workflows/tests.yml
@@ -53,7 +53,7 @@ jobs:
53
run: composer run phpunit
54
55
- name: Send coverage
56
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
57
# Do not run this step on forked versions of the main repository (example: contributor forks)
58
if: github.repository == 'phpmyadmin/sql-parser'
59
with:
@@ -64,7 +64,7 @@ jobs:
64
report_type: coverage
65
66
- name: Upload test results
67
68
69
if: ${{ github.repository == 'phpmyadmin/sql-parser' && !cancelled() }}
70
0 commit comments