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

cljoly / rusqlite_migration / 6778479790
93%
master: 95%

Build:
Build:
LAST BUILD BRANCH: dependabot/cargo/anyhow-1.0.101
DEFAULT BRANCH: master
Ran 07 Nov 2023 12:54AM UTC
Jobs 1
Files 5
Run time 1s
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

06 Nov 2023 11:46PM UTC coverage: 92.749%. First build
6778479790

push

github

cljoly
feat: return full foreign_key_check error

The `foreign_key_check` pragma returns a list of all the violated
foreign key constraints[^1]:
> The foreign_key_check pragma returns one row output for each foreign
> key violation
Each ForeignKeyCheckError store one of those rows. However, only the
first row is stored.

Store all row returned in a vector in the returned error variant,
`Error::ForeignKeyCheck(…)`.

[^1]: https://www.sqlite.org/pragma.html#pragma_foreign_key_check

15 of 15 new or added lines in 2 files covered. (100.0%)

307 of 331 relevant lines covered (92.75%)

6.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6778479790.1 07 Nov 2023 12:54AM UTC 0
92.75
GitHub Action Run
Source Files on build 6778479790
Detailed source file information is not available for this build.
  • Back to Repo
  • 61a48501 on github
  • Next Build on multi-errors-fkc (#7124302522)
  • Delete
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