File tree Expand file tree Collapse file tree 4 files changed +131963
-19
lines changed
Expand file tree Collapse file tree 4 files changed +131963
-19
lines changed Original file line number Diff line number Diff line change @@ -110,18 +110,18 @@ jobs:
110110 - name : Run format
111111 run : pnpm format:check
112112
113- - name : Run tests with coverage
114- run : pnpm test:cov
115-
116- - name : Upload coverage reports to Codecov
117- uses : codecov/codecov-action@v4.1.0
118- with :
119- files : coverage/cobertura-coverage.xml
120- token : ${{ secrets.CODECOV_TOKEN }}
121- slug : great-expectations/jsonforms-antd-renderers
122-
123- - name : Upload test results to Codecov
124- if : ${{ !cancelled() }}
125- uses : codecov/test-results-action@v1
126- with :
127- token : ${{ secrets.CODECOV_TOKEN }}
113+ - name : Run tests
114+ run : pnpm test
115+
116+ # - name: Upload coverage reports to Codecov
117+ # uses: codecov/codecov-action@v4.1.0
118+ # with:
119+ # files: coverage/cobertura-coverage.xml
120+ # token: ${{ secrets.CODECOV_TOKEN }}
121+ # slug: great-expectations/jsonforms-antd-renderers
122+
123+ # - name: Upload test results to Codecov
124+ # if: ${{ !cancelled() }}
125+ # uses: codecov/test-results-action@v1
126+ # with:
127+ # token: ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments