File tree 2 files changed +2
-10
lines changed
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -20,20 +20,12 @@ jobs:
20
20
- name : Setup
21
21
uses : ./.github/actions/setup
22
22
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
-
31
23
- name : Run Tests
32
24
run : yarn test --maxWorkers=2 --coverage
33
25
34
26
upload-coverage :
35
27
runs-on : ubuntu-latest
36
- needs : test
28
+ needs : setup
37
29
steps :
38
30
- name : Upload Coverage to Codecov
39
31
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>
116
116
< div class ='footer quiet pad2 space-top1 center small '>
117
117
Code coverage generated by
118
118
< 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
120
120
</ div >
121
121
< script src ="prettify.js "> </ script >
122
122
< script >
You can’t perform that action at this time.
0 commit comments