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

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

Build:
Build:
LAST BUILD BRANCH: PR-154
DEFAULT BRANCH: master
Ran 10 Feb 2022 04:06PM UTC
Files 68
Run time 11s
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: 38.533% (-47.6%) from 86.143%
26.4

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

783 of 2032 relevant lines covered (38.53%)

0.39 hits per line

Source Files on job 26.4
  • Tree
  • List 0
  • Changed 23
  • Source Changed 16
  • Coverage Changed 23
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