π¨ Palette: [μ κ·Όμ± κ°μ ] μμ±λλ HTML μΈλ±μ€μ μ€ν¬λ¦° 리λ μ§μ μΆκ° λ° 100% ν μ€νΈ 컀λ²λ¦¬μ§ - #35
Conversation
- HTML λ©ν νκ·Έ μΆκ° (`lang`, `charset`, `viewport`) - μ€ν¬λ¦° 리λμ© `aria-label` μΆκ° (ν΄λ λ° νμΌ λͺ νν) - Jacoco μ€μ λ° λ¨μ ν μ€νΈ μΆκ°λ‘ 100% λΌμΈ 컀λ²λ¦¬μ§ λ¬μ±
|
π Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a π emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
There was a problem hiding this comment.
Pull request overview
This PR improves the accessibility and baseline HTML metadata of the generated directory index.html output, and adds JaCoCo + unit tests to enforce 100% test coverage across the project.
Changes:
- Add
<html lang="en">,charset, andviewportmeta tags to generated HTML and introducearia-labelattributes for navigation/file links. - Add comprehensive JUnit tests covering HTML generation, CLI behavior, ignore rules, and utility structures.
- Configure JaCoCo reporting and enforce 100% coverage via
jacocoTestCoverageVerification.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
src/main/kotlin/html4tree/main.kt |
Adds HTML language/metadata and aria-label attributes to improve screen reader and mobile support. |
build.gradle |
Introduces JaCoCo plugin configuration and enforces 100% coverage in check. |
src/test/kotlin/html4tree/MainKtTest.kt |
Adds end-to-end and unit tests for escaping, ignore rules, traversal, CLI entrypoints, and error cases. |
src/test/kotlin/html4tree/LinkedListTest.kt |
Adds tests for LinkedList behavior and setter/getter coverage. |
.Jules/palette.md |
Documents the accessibility learning/action for future palette tasks. |
π‘ Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Closing as superseded by already-merged accessibility coverage (#23 and #29). Current |
Understood. Acknowledging that this work is now obsolete and stopping work on this task. |
π‘ What: μμ±λλ
index.htmlνμΌμ<html lang="en">,charset,viewportλ©ν νκ·Έλ₯Ό μΆκ°νκ³ , μκ°μ μ΄λͺ¨ν°μ½(π, βΉ)μ μμ‘΄νλ νμΌ λ¦¬μ€νΈμ μ€ν¬λ¦° 리λλ₯Ό μν λͺ ννaria-labelμμ±μ λΆμ¬νμ΅λλ€. μΆκ°λ‘, μ¬μ©μ μ§μΉ¨μ λ°λΌ 100% ν μ€νΈ 컀λ²λ¦¬μ§λ₯Ό λ¬μ±νκΈ° μν΄ μ’ ν©μ μΈ λ¨μ ν μ€νΈμ Jacoco μ€μ μ ꡬννμ΅λλ€.π― Why: κΈ°μ‘΄μ μμ±λλ HTMLμ λͺ¨λ°μΌ λ°μνκ³Ό κΈ°λ³Έμ μΈ μΈμ΄/μΈμ½λ© μ€μ μ΄ λλ½λμ΄ μμκ³ , μ€ν¬λ¦° 리λ μ¬μ©μκ° μ΄λͺ¨ν°μ½λ§μΌλ‘λ λλ ν 리μ νμΌμ λͺ νν ꡬλΆνκΈ° μ΄λ €μ μ΅λλ€. ν μ€νΈ 컀λ²λ¦¬μ§λ μμ€ν μ μμ μ±μ 보μ₯νκΈ° μν¨μ λλ€.
πΈ Before/After: μκ°μ λ³ν μμ (λ΄λΆ HTML ꡬ쑰 λ³κ²½)
βΏ Accessibility: μ΄λͺ¨ν°μ½ λ§ν¬μ
aria-label="Parent directory",aria-label="Directory: [name]",aria-label="File: [name]"μμ±μ λΆμ¬νμ¬ μ€ν¬λ¦° 리λ μ¬μ©μ±μ λν κ°μ νμ΅λλ€. λͺ¨λ°μΌ νκ²½μμμ νλ©΄ λ°°μ¨ λ¬Έμ (viewportμΆκ°)λ₯Ό ν΄κ²°νμ΅λλ€.PR created automatically by Jules for task 6391986942347728371 started by @seonghobae