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

locomotivemtl / charcoal-property / 421 / 1
61%
master: 61%

Build:
DEFAULT BRANCH: master
Ran 21 Nov 2019 10:06PM UTC
Files 39
Run time 3s
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

21 Nov 2019 08:26PM UTC coverage: 60.72% (-0.5%) from 61.186%
421.1

push

travis-ci

mcaskill
Add support for normalizing paths on FileProperty

Added:
- Method `FileProperty::normalizePath()` to resolve relative paths while avoiding issues with the `realpath()` function

Changed:
- Method `ImageProperty::processEffectsOne()` to normalize paths

Example:
```
"thumbnail": {
    "type": "image",
    "upload_path": "uploads/thumbnails/src/",
    "effects": [
        {
            "type": "resize",
            "mode": "best_fit",
            "width": 150,
            "height": 150
        },
        {
            "type": "save",
            "copy": "../small/{{filename}}.{{extension}}"
        }
    ]
}
```

1804 of 2971 relevant lines covered (60.72%)

3.32 hits per line

Source Files on job 421.1
  • Tree
  • List 0
  • Changed 3
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 366
  • Travis Job 421.1
  • e34058fb on github
  • Prev Job for on master (#420.1)
  • Next Job for on master (#423.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