owncloud / brute_force_protection

Brute-force protection app for ownCloud
GNU General Public License v2.0
6 stars 5 forks source link

[Tests-Only] Update phpstan to latest version #114

Closed dpakach closed 4 years ago

dpakach commented 4 years ago

Related - owncloud/QA#642

1) Update phpstan to 0.12 2) Bump bamarni/composer-bin-plugin to 1.4 3) Drop PHP 7.1 from CI (including up-to-date drone starlark code)

phil-davis commented 4 years ago

UI and API Acceptance tests are failing. I don't see an obvious mistake in the code diffs??? You will need to run a failing test locally and see if it really fails and debug.

codecov[bot] commented 4 years ago

Codecov Report

Merging #114 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #114   +/-   ##
=========================================
  Coverage     70.00%   70.00%           
  Complexity       38       38           
=========================================
  Files            11       11           
  Lines           170      170           
=========================================
  Hits            119      119           
  Misses           51       51           
Impacted Files Coverage Δ Complexity Δ
lib/Hooks.php 82.35% <ø> (ø) 5.00 <0.00> (ø)
lib/BruteForceProtectionConfig.php 100.00% <100.00%> (ø) 8.00 <0.00> (ø)
lib/Throttle.php 92.00% <100.00%> (ø) 8.00 <0.00> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e3a1307...535462c. Read the comment docs.