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 f1d983a commit 0fea904Copy full SHA for 0fea904
.github/workflows/main.yml
@@ -974,9 +974,8 @@ jobs:
974
--xml --output ../coverage.xml \
975
--html=../cov-report/index.html --html-details
976
- name: Upload coverage reports to Codecov
977
- uses: codecov/codecov-action@v4.0.1
+ uses: codecov/codecov-action@v5.3.0
978
with:
979
- token: db9388ce-cf24-4840-b282-8e0070d8666f
980
files: coverage.xml
981
- name: Upload coverage report artifact
982
uses: actions/upload-artifact@v4
0 commit comments