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

preaction / Yancy / 309
100%
master: 79%

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

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

Jobs
ID Job ID Ran Files Coverage
9 309.9 (COVERAGE=1) 18 Dec 2018 04:51AM UTC 0
99.81
Travis Job 309.9
Source Files on build 309
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #309
  • 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