File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,39 +107,6 @@ jobs:
107107 - name : Run Tests
108108 run : npm run fuzzonly
109109
110- coverage :
111- name : Measure test coverage
112- runs-on : ubuntu-latest
113- steps :
114- - name : Checkout repo
115- uses : actions/checkout@v6
116-
117- - name : Setup Node.js
118- uses : actions/setup-node@v6
119- with :
120- node-version : ${{ env.NODE_VERSION_USED_FOR_DEVELOPMENT }}
121-
122- - name : Cache Node.js modules
123- uses : actions/cache@v5
124- with :
125- path : ~/.npm
126- key : ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
127- restore-keys : |
128- ${{ runner.OS }}-node-
129-
130- - name : Install Dependencies
131- run : npm ci
132-
133- - name : Run tests and measure code coverage
134- run : npm run testonly:cover
135-
136- - name : Upload coverage to Codecov
137- if : ${{ always() }}
138- uses : codecov/codecov-action@v1
139- with :
140- file : ./coverage/coverage-final.json
141- fail_ci_if_error : true
142-
143110 test :
144111 name : Run tests on Node v${{ matrix.node_version_to_setup }}
145112 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments