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

wooga / atlas-release / 112 / 1
81%
master: 81%

Build:
DEFAULT BRANCH: master
Ran 09 Nov 2017 06:35PM 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 05:08PM UTC coverage: 98.519% (+0.03%) from 98.489%
112.1

push

travis-ci

web-flow
Add configureable meta clean pattern (#22)

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 112.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 112
  • Travis Job 112.1
  • 236fb433 on github
  • Prev Job for on master (#103.2)
  • Next Job for on master (#117.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