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

mlibrary / keycard / 148
100%
main: 100%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/coverallsapp/github-action-2.1.0
DEFAULT BRANCH: main
Ran 15 Aug 2019 07:43PM UTC
Jobs 1
Files 40
Run time 10s
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
148

Pull #15

travis-ci

web-flow
Store timestamps in session as integers

Before, this was storing the timestamp as a Time object in the session.
However, the default Rails cookie session store can't round-trip the
Time object and instead returns it as a string, which causes the session
to get reset every time.

This instead stores the time as an integral number of seconds since
1970, which I have verified can be round-tripped through the Rails
cookie session store (testing that is out of scope here)
Pull Request #15: Store timestamps in session as integers

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

1356 of 1356 relevant lines covered (100.0%)

4.61 hits per line

Jobs
ID Job ID Ran Files Coverage
1 148.1 (2.4.2) 15 Aug 2019 07:43PM UTC 0
100.0
Travis Job 148.1
Source Files on build 148
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #148
  • Pull Request #15
  • PR Base - master (#145)
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