1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00
Commit graph

29 commits

Author SHA1 Message Date
Bobby McDonald
e405613685
Freeze omniauth in test to verify thread safety 2020-12-10 13:04:28 -05:00
Bobby McDonald
2242e6467c
Merge pull request #995 from BobbyMcWho/increase-test-coverage
Increase test coverage
2020-12-08 10:48:27 -05:00
Bobby McDonald
ad6228c04e
Add cross site protection via rack-protection 2020-12-06 23:30:07 -05:00
Bobby McDonald
1c94432272
Use github actions instead of Travis
Travis OSS has gotten too slow and takes too long
to process jobs. Github Actions are free and run
much more quickly. I had to use coveralls_reborn
as it appears that the coveralls gem is no longer
maintained.
2020-12-06 23:14:15 -05:00
Bobby McDonald
5c48888e85
Increase test coverage 2020-03-02 15:09:14 -05:00
Bobby McDonald
562bf7a439
Allow a bit more room for coveralls flakiness 2020-02-28 22:53:07 -05:00
Bobby McDonald
67100c349d
Set maximum coverage drop to 0.01 2019-11-18 11:41:06 -05:00
Bobby McDonald
373e5059e5
simplecov ignore strategy_macros 2019-11-18 10:37:57 -05:00
Tom Milewski
ace4ba366a
Fix Rubocop; Min Ruby version 2.2; Update Travis platforms 2018-12-14 11:29:36 -05:00
Tom Milewski
55ce9ec078
Reimplement Coveralls 2017-02-12 03:51:20 -05:00
Tom Milewski
c7e4eb0a32
Update SimpleCov reqs 2017-02-11 16:08:46 -05:00
Tom Milewski
75a987a181
Updates to pass CI 2017-02-11 16:05:09 -05:00
Erik Michaels-Ober
19f582c243 Remove coveralls 2017-01-17 08:54:24 -08:00
Erik Michaels-Ober
e919068ec5 Fix RuboCop offenses 2017-01-17 08:50:31 -08:00
Erik Michaels-Ober
d941c4bcb1 Remove redundant self 2016-08-08 10:56:38 -07:00
Erik Michaels-Ober
43577d3c6d Always use raise to signal exceptions 2016-08-08 10:53:36 -07:00
Erik Michaels-Ober
b3bccc7a48 Cache bundle 2015-12-19 06:37:05 -05:00
Erik Michaels-Ober
32c4165919 Merge pull request #829 from appropriate/dup-options
Duplicate options when a strategy is duplicated
2015-12-19 06:00:55 -05:00
Mike Dillon
b107593885 Add tests for options.dup behavior 2015-11-12 09:59:29 -08:00
Thomas Walpole
e0c2cd7c75 Reduce minimum coverage due to new rack2? method being logically shortcut and fix rubocop warning so travis tests are green 2015-08-20 17:08:47 -07:00
Erik Michaels-Ober
04333b765b Update simplecov dependency to >= 0.9 2014-07-22 08:56:34 +02:00
tmilewski
edc97c636a Fix RuboCop offenses introduced in version 0.22.0 2014-05-30 14:42:00 -04:00
Erik Michaels-Ober
3f561816bf Enforce code coverage minimums 2014-01-16 05:22:36 +01:00
Erik Michaels-Ober
d9683a8880 Fix RuboCop offenses 2014-01-16 05:22:36 +01:00
Tom Milewski
6a8292cb08 Type-cast ENV['RACK_ENV'] per master; Compartmentalize specs 2013-09-01 14:31:24 -04:00
Josh Jordan
56561ee5eb Make raise_out! configurable 2013-06-20 17:18:35 -04:00
Kenichi Kamiya
e3141b993d Remove warnings "instance variable @{ivar} not initialized" in spec 2013-03-13 07:56:49 -07:00
Erik Michaels-Ober
95a91663b4 Add Coveralls for code coverage reporting 2013-02-25 16:07:20 -08:00
Erik Michaels-Ober
213451064d Rename spec_helper -> helper 2013-02-25 16:05:37 -08:00
Renamed from spec/spec_helper.rb (Browse further)