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

roundup-tracker / roundup / 34540344235
75%

Build:
DEFAULT BRANCH: master
Ran 10 Sep 2026 11:14PM UTC
Jobs 1
Files 114
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

10 Sep 2026 10:59PM UTC coverage: 75.294%. Remained the same
34540344235

push

github

rouilj
Class.create sanity checks to hyperdb::Class.create from Class.create_inner

Move redundant database read/write mode check to hyperdb::Class.create
from rdbms_common::Class.create_inner() and
back_anydbm::Class.create_inner()

Also move reserved property name checks (on propvalues dict) from
create_inner() to create(). These checks are done after the auditors
run but before create_inner is called.

While doing this, opened issue2551428. Class.set() checks propvalues
and returns if it is empty. Should Class.create() do the same
returning None for newid?

If I test for empty propvalues in the create() path and just return,
the testKeyValue test fails. To keep this test working, I altered
testKeyValue. It now calls user.create() with the age property. It
will raise ValueError because the username key property is not
defined. But it will not trigger an error if the code changes to
handle create() with no propvalues.

Added an xfail test for case where we create an item in a class
that has no key property and does not set any properties. It's xfail
as I don't know what the right answer is.

4 of 4 new or added lines in 1 file covered. (100.0%)

19130 of 25407 relevant lines covered (75.29%)

5.23 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34540344235.1 10 Sep 2026 11:14PM UTC 114
75.29
GitHub Action Run
Source Files on build 34540344235
  • Tree
  • List 114
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #34540344235
  • 130e4b2a on github
  • Prev Build on master (#34529774934)
  • Next Build on master (#34597173004)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc