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

pulibrary / tigerdata-app / 223c44ca-f7f8-4e47-9682-0458528b3d84

12 Dec 2024 04:11PM UTC coverage: 83.787% (-0.4%) from 84.159%
223c44ca-f7f8-4e47-9682-0458528b3d84

Pull #1119

circleci

carolyncole
Update to show actual expiration dates
also removed size since we have no way of calculating it now.
Pull Request #1119: "Recent Downloads" in the projects dashboard

4 of 4 branches covered (100.0%)

6 of 19 new or added lines in 3 files covered. (31.58%)

7 existing lines in 1 file now uncovered.

2248 of 2683 relevant lines covered (83.79%)

326.54 hits per line

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

80.0
/app/models/file_inventory_request.rb
1
# frozen_string_literal: true
2
class FileInventoryRequest < UserRequest
1✔
3
  def output_file
1✔
4
    request_details["output_file"]
8✔
5
  end
6

7
  def expiration_date
1✔
NEW
8
    completion_time + 7.days
×
9
  end
10
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