File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -30,22 +30,22 @@ jobs:
3030 hide-comment : false
3131 coverage-summary-path : ./coverage/coverage-summary.json
3232
33- run-tests-and-publish-coverage :
34- name : Upload unit test results to qlty
35- runs-on : ubuntu-latest
36-
37- steps :
38- - uses : actions/checkout@v3
39-
40- - name : Setup
41- uses : ./.github/actions/setup
42-
43- - name : Run tests
44- run : |
45- yarn test --coverage --coverageReporters lcov
46-
47- - name : Upload coverage to qlty
48- uses : qltysh/qlty-action/coverage@v1
49- with :
50- token : ${{ secrets.QLTY_COVERAGE_TOKEN }}
51- files : coverage/lcov.info
33+ run-tests-and-publish-coverage :
34+ name : Upload unit test results to qlty
35+ runs-on : ubuntu-latest
36+
37+ steps :
38+ - uses : actions/checkout@v3
39+
40+ - name : Setup
41+ uses : ./.github/actions/setup
42+
43+ - name : Run tests
44+ run : |
45+ yarn test --coverage --coverageReporters lcov
46+
47+ - name : Upload coverage to qlty
48+ uses : qltysh/qlty-action/coverage@v1
49+ with :
50+ token : ${{ secrets.QLTY_COVERAGE_TOKEN }}
51+ files : coverage/lcov.info
You can’t perform that action at this time.
0 commit comments