lasp / lasp/space_packet_parser

Mandate Extremely High Coverage for Tests Module

Open
#202 0 comments 1 reaction 1 assignee View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.