Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test enhancement #98

Closed
wants to merge 3 commits into from
Closed

Conversation

peter279k
Copy link
Contributor

Changed log

  • add more tests.

@codecov-io
Copy link

codecov-io commented Mar 16, 2018

Codecov Report

Merging #98 into master will increase coverage by 0.76%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #98      +/-   ##
============================================
+ Coverage        89%   89.76%   +0.76%     
  Complexity      244      244              
============================================
  Files            15       15              
  Lines           782      782              
============================================
+ Hits            696      702       +6     
+ Misses           86       80       -6
Impacted Files Coverage Δ Complexity Δ
lib/functions.php 98.46% <ø> (+1.53%) 0 <0> (ø) ⬇️
lib/Sapi.php 98.92% <0%> (+2.15%) 34% <0%> (ø) ⬇️
lib/Auth/AWS.php 89.18% <0%> (+2.7%) 23% <0%> (ø) ⬇️

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 087ad4b...0951e9a. Read the comment docs.

tests/HTTP/Auth/AWSTest.php Outdated Show resolved Hide resolved
@@ -340,7 +340,6 @@ function parseMimeType(string $str) : array {
$mimeType = explode('/', $mimeType);
if (count($mimeType) !== 2) {
// Illegal value
var_dump($mimeType);die();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch

@phil-davis phil-davis mentioned this pull request Nov 2, 2021
@phil-davis
Copy link
Contributor

A rebased version is in PR #176

@phil-davis
Copy link
Contributor

The test changes have been merged in #176 - thanks

I will make a separate commit and PR to fixup the code change in lib/functions.php

@phil-davis phil-davis closed this Aug 26, 2022
@peter279k peter279k deleted the test_enhancement branch August 26, 2022 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants