diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0e96233acee..008baae0c34a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: - name: Run tests run: yarn test --ci --collectCoverage - name: Upload coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@v4.2.0 + uses: codecov/codecov-action@v4.4.0 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/codecov.yml b/codecov.yml index e8784c195d35..c279f1580c46 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,7 +2,7 @@ coverage: status: project: components: - target: 100% + target: auto threshold: 1% paths: - packages/react/src/components/ diff --git a/packages/react/src/components/ListBox/ListBoxField.tsx b/packages/react/src/components/ListBox/ListBoxField.tsx index 9e6e58133281..6f8230844052 100644 --- a/packages/react/src/components/ListBox/ListBoxField.tsx +++ b/packages/react/src/components/ListBox/ListBoxField.tsx @@ -46,7 +46,7 @@ function ListBoxField({ ListBoxField.propTypes = { /** * Typically set by `getToggleButtonProps`, this should specify whether the - * field has a popup. + * field has a popup.a */ 'aria-haspopup': PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),