lasp / lasp/space_packet_parser
Mandate Extremely High Coverage for Tests Module
Open
Nobody has claimed this yet.
devops
github_actions
testing
- Dominant language
- Python
- Stars
- 39
- Forks
- 15
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 12
Description
Summary
We should mandate extremely high coverage threshold for the tests module. If tests aren't running or a lot of code is being skipped, that's a problem.
Implementation
Modify the codecov config to add something like this:
# Custom group for tests module with higher threshold
tests:
target: 99% # Very high threshold for test files
threshold: 1% # Allow only 1% drop
paths:
- "tests/**" # Adjust this path to match your test directory
if_no_uploads: error
only_pulls: false
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.
Assessment
This issue has not been assessed yet.