• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dcdpr / jp / 22154607237

18 Feb 2026 07:33PM UTC coverage: 57.043% (+3.0%) from 54.027%
22154607237

Pull #395

github

web-flow
Merge 879fedc93 into 76444fafa
Pull Request #395: Vet

780 of 967 new or added lines in 31 files covered. (80.66%)

2 existing lines in 2 files now uncovered.

11606 of 20346 relevant lines covered (57.04%)

121.51 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

66.67
/crates/jp_github/src/params.rs
1
#[derive(Debug, Clone, Copy)]
2
pub enum State {
3
    Open,
4
    Closed,
5
    All,
6
}
7

8
impl State {
9
    #[must_use]
10
    pub const fn as_str(self) -> &'static str {
1✔
11
        match self {
1✔
NEW
12
            Self::Open => "open",
×
13
            Self::Closed => "closed",
1✔
NEW
14
            Self::All => "all",
×
15
        }
16
    }
1✔
17
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc