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

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

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

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

Jobs
ID Job ID Ran Files Coverage
3 106.3 09 Nov 2017 12:30PM UTC 0
98.52
Travis Job 106.3
Source Files on build 106
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #106
  • eaaa942b on github
  • Prev Build on configurable_meta_clean (#105)
  • Next Build on configurable_meta_clean (#108)
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