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

qld-gov-au / ckan / 311deeb8-92da-4860-9432-969b17af63be

27 Jan 2026 01:32AM UTC coverage: 87.882% (+0.002%) from 87.88%
311deeb8-92da-4860-9432-969b17af63be

push

circleci

web-flow
Merge pull request #241 from qld-gov-au/QOLSVC-12515-alphabetical-facets

[QOLSVC-12515] adjust 'show less' link text to reflect different sorts

47246 of 53761 relevant lines covered (87.88%)

2.14 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/ckanext/example_theme_docs/custom_emails/plugin.py
1
# encoding: utf-8
2

3
from ckan.common import CKANConfig
3✔
4
import ckan.plugins as plugins
3✔
5
import ckan.plugins.toolkit as toolkit
3✔
6

7

8
class ExampleCustomEmailsPlugin(plugins.SingletonPlugin):
3✔
9
    '''An example plugin with custom emails.
10

11
    '''
12
    plugins.implements(plugins.IConfigurer)
3✔
13

14
    def update_config(self, config: CKANConfig):
3✔
15

16
        # Add this plugin's templates dir to CKAN's extra_template_paths, so
17
        # that CKAN will use this plugin's custom templates.
18
        toolkit.add_template_directory(config, 'templates')
3✔
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