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

sue445 / pixela / #12148

26 Dec 2025 11:22AM UTC coverage: 44.444% (-53.8%) from 98.195%
#12148

push

web-flow
Merge b4c2c510f into 6f2b98fd6

120 of 270 relevant lines covered (44.44%)

0.44 hits per line

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

93.33
/lib/pixela.rb
1
require "pixela/version"
1✔
2
require "faraday"
1✔
3
require "faraday/mashify"
1✔
4
require "faraday_curl"
1✔
5
require "date"
1✔
6

7
module Pixela
1✔
8
  autoload :Client,        "pixela/client"
1✔
9
  autoload :Configuration, "pixela/configuration"
1✔
10
  autoload :Graph,         "pixela/graph"
1✔
11
  autoload :Pixel,         "pixela/pixel"
1✔
12
  autoload :Response,      "pixela/response"
1✔
13
  autoload :Webhook,       "pixela/webhook"
1✔
14

15
  # @return [Pixela::Configuration]
16
  def self.config
1✔
17
    @config ||= Configuration.new
×
18
  end
19

20
  class PixelaError < StandardError
1✔
21
  end
22
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