codecov / codecov/codecov-action
No docs on how to point the tool at a swift coverage report
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 260
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 1
Description
The coverage reports that come out of xcodebuild are a "bundle" which is a directory containing an Info.plist and a Data directory full of binary files. I'm not entirely sure if that's what you mean to support when you say "Run with swift coverage support", but if it is, it would be good to know what file and directory options you expect to get.
Contributor guide
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 reviewing the existing “Run with swift coverage support” guidance and how the action interprets its file and directory options. Confirm whether an xcodebuild bundle with Info.plist and a Data directory is supported, then document the expected inputs and an example; done when users can configure the action without guessing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, swift
- Domain
- ci-cd, documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100