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

Modren koa-compress 07/2021 #135

Closed

Conversation

3imed-jaberi
Copy link
Member

fix #105, #123
close #127 #134

@3imed-jaberi 3imed-jaberi force-pushed the modren-compress-07-2021 branch 2 times, most recently from b90259b to 779c839 Compare July 16, 2021 21:39
@codecov
Copy link

codecov bot commented Jul 16, 2021

Codecov Report

Merging #135 (e10ec7c) into master (c3b7f7a) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #135   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           81        81           
  Branches        30        31    +1     
=========================================
  Hits            81        81           
Impacted Files Coverage Δ
lib/encodings.js 100.00% <100.00%> (ø)
lib/index.js 100.00% <100.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 c3b7f7a...e10ec7c. Read the comment docs.

@@ -3,92 +3,92 @@
const errors = require('http-errors')
const zlib = require('zlib')

module.exports = Encodings
class Encodings {
Copy link
Member

Choose a reason for hiding this comment

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

sorry, there's too much going on here. Better to make more smaller PRs

Copy link
Member Author

Choose a reason for hiding this comment

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

Done, this is smaller #137 and it was taken all latest updates in consideration.

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.

Q: options.defaultEncoding default idenity, typo? tests: remove callbacks
2 participants