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

wooga / atlas-build-unity / 38
78%

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

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`

584 of 773 relevant lines covered (75.55%)

1.2 hits per line

Jobs
ID Job ID Ran Files Coverage
1 38.1 30 Jul 2018 11:44AM UTC 0
75.55
2 38.2 30 Jul 2018 11:44AM UTC 0
44.89
Source Files on build 38
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #38
  • 6d3c5ce4 on github
  • Prev Build on master (#37)
  • Next Build on master (#39)
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