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

mlibrary / keycard / 148 / 1
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
Files 40
Run time 8s
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

15 Aug 2019 07:42PM UTC coverage: 100.0%. Remained the same
2.4.2

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

1356 of 1356 relevant lines covered (100.0%)

4.61 hits per line

Source Files on job 148.1 (2.4.2)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 108
  • Travis Job 148.1
  • 3500df96 on github
  • Prev Job for 2.4.2 on session_timestamp (#145.1)
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