We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea95680 commit 54a575bCopy full SHA for 54a575b
.github/workflows/continuous-integration.yml
@@ -87,7 +87,7 @@ jobs:
87
- name: Catch version incompatibilities
88
if: matrix.os == 'ubuntu-latest'
89
run: pnpm test:scripts
90
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
91
with:
92
files: ./scripts/__tests__/coverage/clover.xml,./packages/language-server/coverage/clover.xml
93
flags: ${{ matrix.os }}
0 commit comments