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

wooga / atlas-build-unity / 44
78%

Build:
DEFAULT BRANCH: master
Ran 08 Aug 2018 12:52PM UTC
Jobs 1
Files 19
Run time 2s
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
44

push

jenkins

Fix version to string conversion crash (#14)

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

The `project.version` property is by default an `Object`. In most cases it will 
be a `String` value. I changed the way we set this `version` value from a direct
assignment into a convention mapping (#9). What is important to note is that
instead of the original `getter` the mapped `closure` will be executed instead.
I added a lot of conversion methods to convert an object into a `String`.
This wasn't done in the mapping. 

I added a very quick regression test in `UnityBuildPluginIntegrationSpec`.
I wanted to do the same for the iOS plugin but this is impossible at the
moment due to the untestable state of the plugin. I also moved some
test/utility methods around to test/execute the logic without major code duplications

Changes
=======

![FIX] `project.version` toString conversion

632 of 811 relevant lines covered (77.93%)

0.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 44.1 08 Aug 2018 12:52PM UTC 0
77.93
Source Files on build 44
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #44
  • 0816561f on github
  • Prev Build on master (#43)
  • Next Build on master (#45)
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