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

google / fscrypt / 361
32%
master: 34%

Build:
Build:
LAST BUILD BRANCH: pam_fscrypt-updates
DEFAULT BRANCH: master
Ran 24 Aug 2019 06:09PM UTC
Jobs 1
Files 35
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

24 Aug 2019 06:07PM UTC coverage: 31.815% (+0.05%) from 31.765%
361

Pull #140

travis-ci

web-flow
filesystem: don't use fixed temporary file name

Using a fixed temporary file name in a world-writable sticky directory
is problematic since another user can create the file first.

Use ioutil.TempFile() to do it properly.  It uses O_EXCL under the hood
to ensure the file is newly created.
Pull Request #140: writeDataAtomic() fixes

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

1278 of 4017 relevant lines covered (31.81%)

1231.01 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
13
67.41
-2.35% filesystem/filesystem.go
Jobs
ID Job ID Ran Files Coverage
4 361.4 (Integration Tests) 24 Aug 2019 06:09PM UTC 35
31.81
Travis Job 361.4
Source Files on build 361
  • Tree
  • List 35
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #361
  • Pull Request #140
  • PR Base - master (#360)
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

© 2024 Coveralls, Inc