owncloud / twofactor_totp

🔑 Second factor TOTP (Google Authenticator) provider for ownCloud
GNU Affero General Public License v3.0
9 stars 9 forks source link

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

Closed dpakach closed 4 years ago

dpakach commented 4 years ago

Related - owncloud/QA#642

Update phpstan to 0.12

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #167   +/-   ##
=========================================
  Coverage     68.10%   68.10%           
  Complexity       67       67           
=========================================
  Files            14       14           
  Lines           279      279           
=========================================
  Hits            190      190           
  Misses           89       89           
Impacted Files Coverage Δ Complexity Δ
lib/Provider/TotpProvider.php 31.25% <ø> (ø) 8.00 <0.00> (ø)
lib/Service/Totp.php 33.33% <100.00%> (ø) 14.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 b587440...440116f. Read the comment docs.