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

wooga / atlas-release / 106 / 3
99%
master: 81%

Build:
Build:
LAST BUILD BRANCH: PR-118
DEFAULT BRANCH: master
Ran 09 Nov 2017 12:30PM UTC
Files 10
Run time 0s
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

09 Nov 2017 12:24PM UTC coverage: 98.519%. Remained the same
106.3

push

travis-ci

Larusso
Add configureable meta clean pattern

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

Some packages might need to adjust the `cleanMetaFiles` file pattern
because they want to add meta files for folders or asset bundles
This pullrequest makes this filter configurable

**build.gradle**

```groovy
atlasRelease.metaCleanPattern {
    include("**/*.cs")
    include("**/*.json")
    exclude("**/*.dll.meta")
    exclude("**/keep/*.cs.meta")
    exclude("**/keep/*.json.meta")
    exclude("**/keep/.meta")
}
```

The old pattern is applied by default:

```groovy
extension.metaCleanPattern {
    include("**/*.meta")
    exclude("**/*.dll.meta")
    exclude("**/*.so.meta")
}

Changes
=======

![ADD] configurable metadata clean pattern

399 of 405 relevant lines covered (98.52%)

0.99 hits per line

Source Files on job 106.3
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 106
  • Travis Job 106.3
  • eaaa942b on github
  • Prev Job for on configurable_meta_clean (#105.3)
  • Next Job for on configurable_meta_clean (#108.3)
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