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 2c6886d commit 712a552Copy full SHA for 712a552
.github/workflows/node.js.yml
@@ -35,7 +35,7 @@ jobs:
35
- run: npm run test
36
- run: npm run build-ext
37
- run: npm run coverage
38
- - uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
+ - uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
39
name: Upload Coverage Results
40
if: ${{ matrix.node-version == '20.x' }}
41
- run: mv junit.xml ui-toolkit-unit-${{ matrix.node-version }}.xml
0 commit comments