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

mjacobus / my_expenses / 5269616359

pending completion
5269616359

push

github

mjacobus
Implement pagination in react

212 of 236 relevant lines covered (89.83%)

2.63 hits per line

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

66.67
/packs/expenses/lib/public/expenses/expenses_finder/result.rb
1
# frozen_string_literal: true
2

3
module Expenses
1✔
4
  class ExpensesFinder
1✔
5
    class Result
1✔
6
      attr_reader :data
1✔
7
      attr_reader :count
1✔
8
      attr_reader :limit
1✔
9
      attr_reader :page
1✔
10

11
      def initialize(data, count:, limit:, page:)
1✔
12
        @data = data
×
13
        @count = count
×
14
        @limit = limit
×
15
        @page = page
×
16
      end
17
    end
18
  end
19
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

© 2025 Coveralls, Inc