Skip to content

Commit

Permalink
fix: codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
oneWalker committed Nov 6, 2024
1 parent 0a7025e commit f35a591
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/autoUnitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
run: npm i

- name: Run Unit Tests
run: npm run ci
npm i --save-dev jest-junit JEST_JUNIT_CLASSNAME="{filepath}" jest --reporters=jest-junit
run: npm run ci && npm i --save-dev jest-junit JEST_JUNIT_CLASSNAME="{filepath}" jest --reporters=jest-junit

- name: Code Coverage
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit f35a591

Please sign in to comment.