File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -20,20 +20,12 @@ jobs:
2020 - name : Setup
2121 uses : ./.github/actions/setup
2222
23- test :
24- runs-on : ubuntu-latest
25- # needs: [lint, typecheck]
26- needs : setup
27- steps :
28- - name : Checkout Code
29- uses : actions/checkout@v3
30-
3123 - name : Run Tests
3224 run : yarn test --maxWorkers=2 --coverage
3325
3426 upload-coverage :
3527 runs-on : ubuntu-latest
36- needs : test
28+ needs : setup
3729 steps :
3830 - name : Upload Coverage to Codecov
3931 run : bash <(curl -s https://codecov.io/bash) -t ${{ secrets.COVERAGE_KEY }} -f coverage/lcov.info
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ <h1>All files</h1>
116116 < div class ='footer quiet pad2 space-top1 center small '>
117117 Code coverage generated by
118118 < a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
119- at 2024-10-18T03:44:37.016Z
119+ at 2024-10-18T04:16:48.085Z
120120 </ div >
121121 < script src ="prettify.js "> </ script >
122122 < script >
You can’t perform that action at this time.
0 commit comments