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

wooga / atlas-build-unity / 38 / 2
78%
master: 78%

Build:
DEFAULT BRANCH: master
Ran 30 Jul 2018 11:44AM UTC
Files 18
Run time 1s
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

30 Jul 2018 11:44AM UTC coverage: 44.89% (-30.7%) from 75.55%
38.2

push

jenkins

Fix up-to-date check for task :buildKeychain (#8)

Description
===========

The `up-to-date` check for the `:buildKeychain` task always returned
`false` because gradle believed the output file wasn't generated by
gradle. I made a simple mistake in the `OutputFiles` definition for the
task. I used a `FileTree` to create the `FileCollection` which yields a
size `0` list when building a clean build. Next build would delete the
output file because gradle never recorded it as a output file. So this
pattern happens over and over again with each rebuild.

I switched from `project.fileTree` to `project.files` and pass in a
`File` object. I can't remember why I used the fileTree in the first
place. I also changed that for `:importProvisioningProfiles`. I added a
testspec for the keychain task but not yet for the provisioning profiles
one because of `fastlane`.

Changes
=======

![FIX]![IOS] `up-to-date` check for task `:buildKeychain`

347 of 773 relevant lines covered (44.89%)

0.45 hits per line

Source Files on job 38.2
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 38
  • 6d3c5ce4 on github
  • Prev Job for on master (#37.1)
  • Next Job for on master (#39.2)
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