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

TryGhost / Ghost-Admin / 2902
70%

Build:
DEFAULT BRANCH: master
Ran 29 Aug 2017 03:28AM UTC
Jobs 1
Files 396
Run time 31s
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
2902

push

travis-ci

AileenCGN
🐛 Fix #tags added via PSM having "public" visibility (#841)

refs TryGhost/Ghost#8943
- Tag model has an observer watching the `isNew` and `name` properties so that it can set the `visibility: "internal"` property for new tags based on their name starting with a `#`
- PSM creates tags using `store.createRecord('tag', {name: tagName})` which means that the tag is instantiated with the `isNew` and `name` properties already set (unlike the tags screen where an empty tag is first created before the name is set via UI) - because the properties are there before at instantiation the observer never fires because it's only watching for changes
- adds the `.on('init')` modifier to the `setVisibilityOnNew` observer so that it's run for the watched properties during instantiation as well as on change

1588 of 2457 branches covered (64.63%)

3846 of 5294 relevant lines covered (72.65%)

41.62 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2902.1 29 Aug 2017 03:28AM UTC 0
72.65
Travis Job 2902.1
Source Files on build 2902
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2902
  • de37ae53 on github
  • Prev Build on master (#2901)
  • Next Build on master (#2904)
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