File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : " Test coverage"
2
+ on :
3
+ pull_request :
4
+ branches :
5
+ - main
6
+ jobs :
7
+ coverage :
8
+ runs-on : ubuntu-latest
9
+ steps :
10
+ - uses : actions/checkout@v3
11
+ - uses : ArtiomTr/jest-coverage-report-action@v2
12
+ with :
13
+ working-directory : ./query-connector
14
+ test-script : npm run test:ci
Original file line number Diff line number Diff line change @@ -64,13 +64,14 @@ jobs:
64
64
run : npm run test:ci
65
65
66
66
coverage :
67
+ needs : integration-tests
67
68
runs-on : ubuntu-latest
68
69
steps :
69
70
- uses : actions/checkout@v3
70
71
- uses : ArtiomTr/jest-coverage-report-action@v2
71
72
with :
72
73
working-directory : ./query-connector
73
- coverage-file : ./query-connector/ report.json
74
+ coverage-file : report.json
74
75
skip-step : all
75
76
76
77
end-to-end-tests :
You can’t perform that action at this time.
0 commit comments