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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update shared infrastructure #89

Merged
merged 3 commits into from
Mar 16, 2020
Merged

Update shared infrastructure #89

merged 3 commits into from
Mar 16, 2020

Conversation

brianpopow
Copy link
Contributor

Prerequisites

  • I have written a descriptive pull-request title
  • I have verified that there are no overlapping pull-requests open
  • I have verified that I am following matches the existing coding patterns and practice as demonstrated in the repository. These follow strict Stylecop rules 馃懏.
  • I have provided test coverage for my change (where applicable)

Description

Updates the shared infrastructure of the ImageSharp.Web project

@brianpopow brianpopow changed the title Update shared infrastructur Update shared infrastructure Mar 16, 2020
{ Rgba32.Orange, "orange" },
{ Rgba32.Lime, "00FF00" },
{ Color.White, "255,255,255" },
{ Color.Transparent, "0,0,0,0" },
Copy link
Contributor Author

Choose a reason for hiding this comment

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

note that i have changed the expected value from transparent from 255, 255, 255,0 to 0,0,0,0 as i think that's the correct value for transparent, see: transparent

Copy link
Member

Choose a reason for hiding this comment

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

Yep, that's correct. W3C defines transparent as 0,0,0,0 only MS use 255,255,255,0

@codecov
Copy link

codecov bot commented Mar 16, 2020

Codecov Report

Merging #89 into master will increase coverage by 0.15%.
The diff coverage is 84.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #89      +/-   ##
==========================================
+ Coverage    76.5%   76.65%   +0.15%     
==========================================
  Files          47       47              
  Lines        1311     1311              
  Branches      229      229              
==========================================
+ Hits         1003     1005       +2     
  Misses        238      238              
+ Partials       70       68       -2
Flag Coverage 螖
#unittests 76.65% <84.61%> (+0.15%) 猬嗭笍
Impacted Files Coverage 螖
.../ImageSharp.Web/Caching/PhysicalFileSystemCache.cs 94.23% <酶> (+1.92%) 猬嗭笍
src/ImageSharp.Web/Commands/TypeConstants.cs 100% <100%> (酶) 猬嗭笍
src/ImageSharp.Web/Commands/CommandParser.cs 96.61% <100%> (酶) 猬嗭笍
...ageSharp.Web/Commands/Converters/ColorConverter.cs 75% <81.81%> (酶)
src/ImageSharp.Web/ImageCacheMetadata.cs 80% <0%> (+1.81%) 猬嗭笍

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 6441493...c5bfab1. Read the comment docs.

@@ -157,6 +157,7 @@ Core Team
- [Dirk Lemstra](https://github.com/dlemstra)
- [Anton Firsov](https://github.com/antonfirsov)
- [Scott Williams](https://github.com/tocsoft)
- [Brian Popow](https://github.com/brianpopow)
Copy link
Member

Choose a reason for hiding this comment

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

Hell yeah 馃憤

{ Rgba32.Orange, "orange" },
{ Rgba32.Lime, "00FF00" },
{ Color.White, "255,255,255" },
{ Color.Transparent, "0,0,0,0" },
Copy link
Member

Choose a reason for hiding this comment

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

Yep, that's correct. W3C defines transparent as 0,0,0,0 only MS use 255,255,255,0

@JimBobSquarePants JimBobSquarePants merged commit 893c699 into master Mar 16, 2020
@JimBobSquarePants JimBobSquarePants deleted the updateSharedInfra branch March 16, 2020 22:47
@JimBobSquarePants JimBobSquarePants added this to the 1.0.0-rc1 milestone Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants