Skip to content

Commit 075dba7

Browse files
committed
codecov.yml added
1 parent d5b4f0d commit 075dba7

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

lib/active_campaign_wrapper.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def config
1515
end
1616
end
1717

18+
# :nocov:
1819
class Error < StandardError
1920
attr_accessor :response
2021

@@ -31,4 +32,5 @@ class UnprocessableEntity < Error; end
3132
class NotFound < Error; end
3233

3334
class TooManyRequests < Error; end
35+
# :nocov:
3436
end
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ignore:
2+
- lib/active_campaign_wrapper/helpers.rb

lib/active_campaign_wrapper/helpers.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
require 'active_support/core_ext/string'
44

5+
# :nocov:
56
module ActiveCampaignWrapper
67
module Helpers
78
module_function
@@ -104,3 +105,5 @@ def handle_errors(response)
104105
end
105106
end
106107
end
108+
# :nocov:
109+

0 commit comments

Comments
 (0)