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

preaction / Yancy / 309 / 9
100%
master: 79%

Build:
Build:
LAST BUILD BRANCH: v1.075
DEFAULT BRANCH: master
Ran 18 Dec 2018 04:51AM UTC
Files 9
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

18 Dec 2018 04:39AM UTC coverage: 99.812%. First build
COVERAGE=1

push

travis-ci

preaction
release v1.018

    [Added]

    - Added `read_schema` flag to collections. Now you can opt-in to
      only the collections you want:

        use Mojolicious::Lite;
        plugin Yancy => {
            backend => 'sqlite:myapp.db',
            collections => {
                # Only edit the blog from the Yancy editor
                blog => { read_schema => 1 },
            },
        };
        app->start;

      Thanks @mario-minati for the suggestion [Github #34]

    [Fixed]

    - Fixed some broken links in the docs
    - Fixed property-level filters to run before the collection-level
      filter. This was my original intention. Thanks @CandyAngel for
      testing this!
    - Added a better error message when a collection is missing some
      kind of ID field. This should make it easier to see when
      configuration (or auto-configuration via `read_schema`) has
      failed. Thanks @mario-minati for the bug report [Github #35]!

530 of 531 relevant lines covered (99.81%)

28.07 hits per line

Source Files on job 309.9 (COVERAGE=1)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 153
  • Travis Job 309.9
  • f3165652 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

© 2026 Coveralls, Inc