Skip to content

Commit 2976e8e

Browse files
committed
fix(Col markers): restore Col components on EnumContrl and NumericControl
1 parent 84f1886 commit 2976e8e

File tree

4 files changed

+131963
-19
lines changed

4 files changed

+131963
-19
lines changed

.github/workflows/tests.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)