Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ coverage:
project: # measuring the overall project coverage
default: # context, you can create multiple ones with custom titles
# enabled: yes # must be yes|true to enable this status
target: 90% # specify the target coverage for each commit status
target: auto # specify the target coverage for each commit status
# # option: "auto" (must increase from parent commit or pull request base)
# # option: "X%" a static target percentage to hit
# branches: # -> see "branch patterns" below
threshold: 1% # allowed to drop X% and still result in a "success" commit status
threshold: 5% # allowed to drop X% and still result in a "success" commit status
# if_no_uploads: error # will post commit status of "error" if no coverage reports we uploaded
# # options: success, error, failure
# if_not_found: success # if parent is not found report status as success, error, or failure
Expand All @@ -77,9 +77,9 @@ coverage:
# adjusted are covered at least X%.
default:
# enabled: yes # must be yes|true to enable this status
target: 60% # specify the target "X%" coverage to hit
target: auto # specify the target "X%" coverage to hit
# branches: null # -> see "branch patterns" below
threshold: 2% # allowed to drop X% and still result in a "success" commit status
threshold: 10% # allowed to drop X% and still result in a "success" commit status
# if_no_uploads: error # will post commit status of "error" if no coverage reports we uploaded
# # options: success, error, failure
# if_not_found: success
Expand Down
6 changes: 5 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ GEM
transaction_isolation
transaction_retry
libv8 (8.4.255.0)
libv8 (8.4.255.0-x86_64-linux)
listen (3.4.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand Down Expand Up @@ -263,6 +264,8 @@ GEM
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
nokogiri (1.11.1-x86_64-linux)
racc (~> 1.4)
nokogumbo (2.0.4)
nokogiri (~> 1.8, >= 1.8.4)
oauth2 (1.4.4)
Expand Down Expand Up @@ -510,6 +513,7 @@ GEM

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
activerecord-import
Expand Down Expand Up @@ -588,4 +592,4 @@ DEPENDENCIES
web-console

BUNDLED WITH
2.1.2
2.2.6