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

dcdpr / jp / 22154979281

18 Feb 2026 07:44PM UTC coverage: 55.288% (+1.3%) from 54.027%
22154979281

Pull #395

github

web-flow
Merge 0b5125385 into 76444fafa
Pull Request #395: Vet

780 of 1027 new or added lines in 36 files covered. (75.95%)

3 existing lines in 3 files now uncovered.

11606 of 20992 relevant lines covered (55.29%)

117.77 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