JuliaClimate / JuliaClimate/ClimateBase.jl
Increase code coverage!
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 38
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Here is the link to code coverage: https://app.codecov.io/gh/JuliaClimate/ClimateBase.jl
At the bottom of the page there is "Files". You can go there to see which files are missing tests. In fact if you click the files it tells you exactly which functions aren't used in the test suite.
Please do consider opening PRs that test more stuff!
Notice: I am using this package in scientific research extensively. It is "well tested" and accurate. I simply haven't written tests for everything yet, because I literally test the package in my science projects. So please don't be alarmed by the presence of this issue :D
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 with the Codecov report linked in the issue and open its Files view to identify functions missing test coverage. Read the corresponding source and existing test files before adding focused tests for uncovered behavior. Done means the selected functions have meaningful tests and the coverage report reflects the improvement.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data, testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100