File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4242 - name : Copy Test Config
4343 run : cp ./test/config.github.js ./test/config.js
4444
45- - name : Code Climate (Before)
46- if : ${{ github.event_name != 'pull_request' && env.CC_TEST_REPORTER_ID != '' && matrix.node == 20 }}
47- run : |
48- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./codeclimate-test-reporter
49- chmod +x codeclimate-test-reporter
50- ./codeclimate-test-reporter before-build
51-
5245 - name : Run Coverage Testing
5346 run : npm run coverage
54-
55- - name : Code Climate (After)
56- if : ${{ github.event_name != 'pull_request' && env.CC_TEST_REPORTER_ID != '' && matrix.node == 20 }}
57- run : |
58- ./codeclimate-test-reporter after-build -t lcov --exit-code $?
59-
47+
6048 - name : Codecov
6149 if : ${{ github.event_name != 'pull_request' && env.CODECOV_TOKEN != '' && matrix.node == 20 }}
6250 run : |
You can’t perform that action at this time.
0 commit comments