lambdaisland / lambdaisland/kaocha-cljs2
`:cloverage` plugin doesn't show coverage for cljs files
Open
Nobody has claimed this yet.
- Dominant language
- Clojure
- Stars
- 34
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
When tests are run using :kaocha.type/cljs2 the coverage is shown only for ".cljc" files but not for the ".cljs".
Is it a known issue?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing coverage with :kaocha.type/cljs2 and the :cloverage plugin, comparing the reported *.cljc files with the missing *.cljs files. Trace the coverage entry point used by this test type and determine why ClojureScript files are omitted. Done means coverage is shown for both *.cljc and *.cljs files.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100