|
38 | 38 | run: npm ci |
39 | 39 |
|
40 | 40 | - name: Check coverage |
| 41 | + working-directory: packages/${{ matrix.package }} |
41 | 42 | run: npm run coverage |
42 | 43 |
|
43 | 44 | - name: Send parallel reports to Coveralls for all packages |
|
47 | 48 | parallel: true |
48 | 49 | base-path: packages/${{ matrix.package }} |
49 | 50 |
|
50 | | - # - name: Send report to Coveralls for package @ui5/builder |
51 | | - # uses: coverallsapp/[email protected] |
52 | | - # continue-on-error: true # Do not fail the job if coverage reporting fails (e.g. service is down) |
53 | | - # with: |
54 | | - # file: packages/builder/coverage/lcov.info |
55 | | - # base-path: packages/builder |
56 | | - |
57 | | - # - name: Send report to Coveralls for package @ui5/cli |
58 | | - # uses: coverallsapp/[email protected] |
59 | | - # continue-on-error: true # Do not fail the job if coverage reporting fails (e.g. service is down) |
60 | | - # with: |
61 | | - # file: packages/cli/coverage/lcov.info |
62 | | - # base-path: packages/cli |
63 | | - |
64 | | - # - name: Send report to Coveralls for package @ui5/fs |
65 | | - # uses: coverallsapp/[email protected] |
66 | | - # continue-on-error: true # Do not fail the job if coverage reporting fails (e.g. service is down) |
67 | | - # with: |
68 | | - # file: packages/fs/coverage/lcov.info |
69 | | - # base-path: packages/fs |
70 | | - |
71 | | - # - name: Send report to Coveralls for package @ui5/logger |
72 | | - # uses: coverallsapp/[email protected] |
73 | | - # continue-on-error: true # Do not fail the job if coverage reporting fails (e.g. service is down) |
74 | | - # with: |
75 | | - # file: packages/logger/coverage/lcov.info |
76 | | - # base-path: packages/logger |
77 | | - |
78 | | - # - name: Send report to Coveralls for package @ui5/project |
79 | | - # uses: coverallsapp/[email protected] |
80 | | - # continue-on-error: true # Do not fail the job if coverage reporting fails (e.g. service is down) |
81 | | - # with: |
82 | | - # file: packages/project/coverage/lcov.info |
83 | | - # base-path: packages/project |
84 | | - |
85 | | - # - name: Send report to Coveralls for package @ui5/server |
86 | | - # uses: coverallsapp/[email protected] |
87 | | - # continue-on-error: true # Do not fail the job if coverage reporting fails (e.g. service is down) |
88 | | - # with: |
89 | | - # file: packages/server/coverage/lcov.info |
90 | | - # base-path: packages/server |
91 | | - |
92 | 51 | finish: |
93 | 52 | needs: coverage |
94 | 53 | if: ${{ always() }} |
|
0 commit comments