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 eb4e193 commit a210146Copy full SHA for a210146
.github/workflows/javascript_tests.yml
@@ -44,6 +44,6 @@ jobs:
44
- run: npx concurrently --group 'make js' 'make css' 'make components'
45
- run: npm run test
46
- name: Upload coverage reports to Codecov
47
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
48
env:
49
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/python_tests.yml
@@ -61,6 +61,6 @@ jobs:
61
make test-py
62
source scripts/run_doctests.sh
63
64
65
66
0 commit comments