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

locomotivemtl / charcoal-property
59%
master: 61%

Build:
Build:
LAST BUILD BRANCH: 0.11.1.1
DEFAULT BRANCH: master
Repo Added 21 Jan 2016 03:34AM UTC
Files 40
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

LAST BUILD ON BRANCH 0.10.2
branch: 0.10.2
CHANGE BRANCH
x
Reset
  • 0.10.2
  • 0.10.0
  • 0.10.1
  • 0.10.3
  • 0.10.4
  • 0.10.4.2
  • 0.10.5
  • 0.11.0
  • 0.11.0.1
  • 0.11.1
  • 0.11.1.1
  • 0.2
  • 0.3.1
  • 0.3.2
  • 0.4
  • 0.4.1
  • 0.4.2
  • 0.4.3
  • 0.4.3.1
  • 0.4.4
  • 0.4.5
  • 0.4.5.1
  • 0.4.6
  • 0.5
  • 0.5.0.1
  • 0.5.0.2
  • 0.5.0.3
  • 0.5.1
  • 0.5.1.1
  • 0.5.2
  • 0.5.3
  • 0.6
  • 0.6.1
  • 0.6.2
  • 0.6.3
  • 0.6.4
  • 0.6.5
  • 0.6.6
  • 0.6.6.1
  • 0.6.6.2
  • 0.6.7
  • 0.7
  • 0.7.0
  • 0.7.0.1
  • 0.7.0.2
  • 0.7.0.3
  • 0.7.0.4
  • 0.7.0.5
  • 0.7.1
  • 0.7.1.1
  • 0.7.2
  • 0.7.3
  • 0.7.3.1
  • 0.7.4.0
  • 0.7.4.1
  • 0.7.4.2
  • 0.8.0
  • 0.8.1
  • 0.8.2
  • 0.8.3
  • 0.8.4
  • 0.9.0
  • develop
  • dlord-field-encoding
  • master
  • mcaskill-callable-choices
  • mcaskill-develop
  • mcaskill-patch-4
  • mcaskill-structure-property
  • mducharme-admin-metadata
  • mducharme-flysystem
  • mducharme-translator
  • s3-for-elfinder
  • setval

pending completion
422

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}}"
        }
    ]
}
```

4360 of 7340 relevant lines covered (59.4%)

14.11 hits per line

Relevant lines Covered
Build:
Build:
7340 RELEVANT LINES 4360 COVERED LINES
14.11 HITS PER LINE
Source Files on 0.10.2
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
422 0.10.2 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 ... push 26 Nov 2019 07:10PM UTC mcaskill travis-ci pending completion  
See All Builds (352)
  • Repo on GitHub
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

© 2025 Coveralls, Inc