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 2f992c7 commit c8182bdCopy full SHA for c8182bd
.github/workflows/build.yaml
@@ -52,6 +52,7 @@ jobs:
52
scons -j2
53
54
- name: Upload coverage to codecov
55
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v4
56
with:
57
- file: tests/.tests/pytest-sconsUtils.xml-cov-sconsUtils.xml
+ files: tests/.tests/pytest-sconsUtils.xml-cov-sconsUtils.xml
58
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments