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

wooga / atlas-release / 112
81%

Build:
DEFAULT BRANCH: master
Ran 09 Nov 2017 05:14PM UTC
Jobs 3
Files 10
Run time 216min
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
112

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

11 of 11 new or added lines in 2 files covered. (100.0%)

399 of 405 relevant lines covered (98.52%)

2.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 112.1 09 Nov 2017 06:35PM UTC 0
98.52
Travis Job 112.1
2 112.2 09 Nov 2017 08:50PM UTC 0
98.52
Travis Job 112.2
3 112.3 09 Nov 2017 05:14PM UTC 0
98.52
Travis Job 112.3
Source Files on build 112
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #112
  • 236fb433 on github
  • Prev Build on master (#103)
  • Next Build on master (#117)
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