Skip to content

Commit c77439f

Browse files
build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.7 (#365)
1 parent c4c0dd4 commit c77439f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636
- name: "unit(test): perform unit test checks"
3737
run: npm test
3838

39-
- name: "build: package code for distribution"
40-
run: npm run build
41-
4239
- name: "unit(test): upload coverage to CodeCov"
43-
uses: codecov/codecov-action@v4.6.0
40+
uses: codecov/codecov-action@v5.0.7
4441
with:
4542
directory: ./coverage
4643
token: ${{ secrets.CODECOV_TOKEN }}
4744

45+
- name: "build: package code for distribution"
46+
run: npm run build
47+
4848
- name: "pretest(inputs): save the push event trigger commit URL"
4949
if: "contains(github.event_name, 'push')"
5050
run: |

0 commit comments

Comments
 (0)