• 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

Jobs
ID Job ID Ran Files Coverage
1 10094088037.1 25 Jul 2024 12:30PM UTC 0
97.13
GitHub Action Run
Source Files on build 10094088037
Detailed source file information is not available for this build.
  • 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

© 2026 Coveralls, Inc