components
components copied to clipboard
Chore: Ienakaai space fix followups
Description
Related links, issue #, if available: n/a
How has this been tested?
Review checklist
The following items are to be evaluated by the author(s) and the reviewer(s).
Correctness
- Changes include appropriate documentation updates.
-
Changes are backward-compatible if not indicated, see
CONTRIBUTING.md
. -
Changes do not include unsupported browser features, see
CONTRIBUTING.md
. - Changes were manually tested for accessibility, see accessibility guidelines.
Security
-
If the code handles URLs: all URLs are validated through the
checkSafeUrl
function.
Testing
- Changes are covered with new/existing unit tests?
- Changes are covered with new/existing integration tests?
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Codecov Report
Patch coverage: 100.00
% and no project coverage change.
Comparison is base (
71a7a92
) 93.38% compared to head (3c6dc39
) 93.39%.
Additional details and impacted files
@@ Coverage Diff @@
## main #1282 +/- ##
=======================================
Coverage 93.38% 93.39%
=======================================
Files 624 624
Lines 16589 16598 +9
Branches 5456 5458 +2
=======================================
+ Hits 15492 15501 +9
Misses 1024 1024
Partials 73 73
Impacted Files | Coverage Δ | |
---|---|---|
src/modal/internal.tsx | 100.00% <ø> (ø) |
|
src/header/internal.tsx | 100.00% <100.00%> (ø) |
|
src/table/internal.tsx | 98.66% <100.00%> (+0.01%) |
:arrow_up: |
src/tiles/tile.tsx | 100.00% <100.00%> (ø) |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.