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

mlibrary / checkpoint / 30
100%
main: 100%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/coverallsapp/github-action-2.1.2
DEFAULT BRANCH: main
Ran 04 Mar 2018 04:07PM UTC
Jobs 1
Files 48
Run time 3s
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

pending completion
30

push

travis-ci

botimer
Clean up token insertion to queries

This removes the sql_literal implementation and uses bound parameters
for the token queries. It has a pretty nice object setup, with query and
params objects to tidy up the amount of parameters and map operations.
There are also some various cleanups inlined.

- All of the token types now return self on `#token` for convenience of
  ensuring that the item is converted to a token without conditionals.
- The `#inspect` method returns the URI for differentiating the
  supertypes of tokens.
- Sequel binds the object as given when using `bind` or `call`, so the
  Params gives an extension mechanism, where if the object responds to
  `#sql_value`, it will bind that. If not, `#to_s` will be used.
- Normalize wording and order of examples for the tokens.
- Pass regular objects rather than tokens in the Permits spec.
- Change the default zone to "(all)" to match the Resource wildcards.

1469 of 1470 relevant lines covered (99.93%)

2.77 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30.1 (2.4.2) 04 Mar 2018 04:07PM UTC 0
99.93
Travis Job 30.1
Source Files on build 30
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #30
  • 533bffa1 on github
  • Prev Build on master (#29)
  • Next Build on master (#31)
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