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

google / OpenSK / 10094088037
97%
2.1: 97%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: 2.1
Ran 25 Jul 2024 12:30PM UTC
Jobs 1
Files 38
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

25 Jul 2024 12:27PM UTC coverage: 97.132% (-0.009%) from 97.141%
10094088037

push

github

web-flow
Uses CtapResult instead of explicit Result (#696)

Generated with

```
find . -type f -name "*.rs" -exec sed -i 's/Result<\([^,]*\), Ctap2StatusCode>/CtapResult<\1>/g' {} \;
cd libraries/opensk
find . -type f -name "*.rs" -exec grep -q 'CtapResult' {} \; -exec sed -i '15 i\
use crate::ctap::status_code::CtapResult;
' {} +
```

Then we fix the last few compiler errors and run `cargo fmt`.

Next step is to move away from custom error types in the API to only use
CtapResult everywhere.

158 of 160 new or added lines in 12 files covered. (98.75%)

1 existing line in 1 file now uncovered.

13343 of 13737 relevant lines covered (97.13%)

10706.38 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
98.25
-0.01% libraries/opensk/src/ctap/client_pin.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
96.72
-0.03% libraries/opensk/src/ctap/mod.rs
Jobs
ID Job ID Ran Files Coverage
1 10094088037.1 25 Jul 2024 12:30PM UTC 38
97.13
GitHub Action Run
Source Files on build 10094088037
  • Tree
  • List 38
  • Changed 14
  • Source Changed 0
  • Coverage Changed 14
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 4c23e61a on github
  • Prev Build on develop (#9779569975)
  • Next Build on develop (#10720769063)
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

© 2025 Coveralls, Inc