aryella-lacerda / react-native-accessibility-engine

Make accessibility-related assertions on React Native code using React Test Renderer
MIT License
163 stars 13 forks source link

Feat/add checkbox support #311

Closed aryella-lacerda closed 1 year ago

aryella-lacerda commented 1 year ago

Add the following rule:

To be determined:

codecov[bot] commented 1 year ago

Codecov Report

Base: 99.45% // Head: 99.47% // Increases project coverage by +0.02% :tada:

Coverage data is based on head (5e7792a) compared to base (43be61c). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #311 +/- ## ========================================== + Coverage 99.45% 99.47% +0.02% ========================================== Files 28 31 +3 Lines 183 191 +8 Branches 43 44 +1 ========================================== + Hits 182 190 +8 Misses 1 1 ``` | [Impacted Files](https://codecov.io/gh/aryella-lacerda/react-native-accessibility-engine/pull/311?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Aryella+Lacerda) | Coverage Δ | | |---|---|---| | [src/\_\_tests\_\_/assets/checkbox\_512px.png](https://codecov.io/gh/aryella-lacerda/react-native-accessibility-engine/pull/311/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Aryella+Lacerda#diff-c3JjL19fdGVzdHNfXy9hc3NldHMvY2hlY2tib3hfNTEycHgucG5n) | `100.00% <ø> (ø)` | | | [src/rules/index.ts](https://codecov.io/gh/aryella-lacerda/react-native-accessibility-engine/pull/311/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Aryella+Lacerda#diff-c3JjL3J1bGVzL2luZGV4LnRz) | `100.00% <ø> (ø)` | | | [src/helpers/isCheckbox/isCheckbox.ts](https://codecov.io/gh/aryella-lacerda/react-native-accessibility-engine/pull/311/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Aryella+Lacerda#diff-c3JjL2hlbHBlcnMvaXNDaGVja2JveC9pc0NoZWNrYm94LnRz) | `100.00% <100.00%> (ø)` | | | [src/rules/checked-state-required/index.ts](https://codecov.io/gh/aryella-lacerda/react-native-accessibility-engine/pull/311/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Aryella+Lacerda#diff-c3JjL3J1bGVzL2NoZWNrZWQtc3RhdGUtcmVxdWlyZWQvaW5kZXgudHM=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Aryella+Lacerda). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Aryella+Lacerda)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.