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

wooga / atlas-build-unity / 26 / 3
25%
master: 78%

Build:
Build:
LAST BUILD BRANCH: PR-154
DEFAULT BRANCH: master
Ran 23 Nov 2020 10:15AM UTC
Files 37
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

23 Nov 2020 10:14AM UTC coverage: 86.121% (-0.02%) from 86.143%
26.3

push

jenkins

PublishArtifact from ExportArchive task (#80)

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

This patch brings a small helper to declare the output of
`ExportArchive` as an gradle publish artifact. The old implementation
`XCodeExportTask` was of type `AbstractArchiveTask` which is by default
an `PublishArtifact`. For the new implementation I did not want to base
of this class because it makes it harder to share common task
properties. Also because the new implementation uses the provider API
which makes it really hard to support both a lazy interface and at the
same time the old static getters. Thats why I opted for a wrapper type.

One can request the `PublishArtifact` from the export task by calling:
`getPublishArtifact()`.

Her is an example usage:

```groovy
configurations {
   archives
}

configurations['default'].extendsFrom(configurations.archives)

project.artifacts {
    archives(${testTaskName}.publishArtifact) {
        it.type = "iOS application archive
    }
}
```

We will need this to be compatible with the current script
implementations.

Changes
=======

* ![ADD] `PublishArtifact` from `ExportArchive` task

1272 of 1477 relevant lines covered (86.12%)

0.86 hits per line

Source Files on job 26.3
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 26
  • bcbc2af7 on github
  • Prev Job for on release/1.x (##88.1)
  • Next Job for on release/1.x (#27.1)
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