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

foodcoops / foodsoft / 19213239496

09 Nov 2025 07:18PM UTC coverage: 50.014% (-17.1%) from 67.092%
19213239496

push

github

web-flow
doc: Fix URL for CI/CD deployment in README

3605 of 7208 relevant lines covered (50.01%)

15.23 hits per line

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

61.54
/app/controllers/api/v1/article_categories_controller.rb
1
class Api::V1::ArticleCategoriesController < Api::V1::BaseController
1✔
2
  include Concerns::CollectionScope
1✔
3

4
  def index
1✔
5
    render json: search_scope
×
6
  end
7

8
  def show
1✔
9
    render json: scope.find(params.require(:id))
×
10
  end
11

12
  private
1✔
13

14
  def max_per_page
1✔
15
    nil
×
16
  end
17

18
  def default_per_page
1✔
19
    nil
×
20
  end
21

22
  def scope
1✔
23
    ArticleCategory.all
×
24
  end
25
end
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