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

mlibrary / keycard
100%
main: 100%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/coverallsapp/github-action-2.1.0
DEFAULT BRANCH: main
Repo Added 22 Feb 2018 12:54PM UTC
Files 42
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

LAST BUILD ON BRANCH session_timestamp
branch: session_timestamp
CHANGE BRANCH
x
Reset
  • session_timestamp
  • 0.1.0
  • 0.1.1
  • 0.1.2
  • AEIM-1289-cleanup-identity
  • AEIM-1315-user-attributes
  • AEIM-1323-release-0.2
  • AEIM-873-username-and-ip
  • PFDR-106/api_key
  • PFDR-107/auth_token_with_spec_cleanup
  • aeim-1289-shib-attrs
  • bhock_comments
  • feature/aeim-872/agent-resolver
  • feature/aeim-872/qi
  • feature/aeim-932/integration
  • login-support
  • main
  • master
  • rails-integration
  • spec_cleanup
  • sqlite
  • v0.2.0
  • v0.2.1
  • v0.2.2
  • v0.2.3
  • v0.2.4
  • v0.3.0
  • v0.3.1
  • v0.3.2
  • v0.3.3
  • v0.3.4

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

Relevant lines Covered
Build:
Build:
1356 RELEVANT LINES 1356 COVERED LINES
4.61 HITS PER LINE
Source Files on session_timestamp
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
148 session_timestamp 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 ... Pull #15 15 Aug 2019 07:43PM UTC web-flow travis-ci pending completion  
147 session_timestamp 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 ... push 15 Aug 2019 07:42PM UTC aelkiss travis-ci pending completion  
See All Builds (208)
  • Repo on GitHub
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

© 2025 Coveralls, Inc