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

feat: siteFile favicon config support function type #5114

Merged
merged 5 commits into from
Jan 4, 2023

Conversation

kuitos
Copy link
Contributor

@kuitos kuitos commented Jan 4, 2023

Checklist
  • npm test passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)
Description of change

We could use a function to customize favicon config

app/middleware/site_file.js Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Jan 4, 2023

Codecov Report

Base: 99.85% // Head: 99.85% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (841b78c) compared to base (2b407eb).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5114   +/-   ##
=======================================
  Coverage   99.85%   99.85%           
=======================================
  Files          35       35           
  Lines        3483     3485    +2     
  Branches      510      512    +2     
=======================================
+ Hits         3478     3480    +2     
  Misses          5        5           
Impacted Files Coverage Δ
app/middleware/site_file.js 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

app/middleware/site_file.js Outdated Show resolved Hide resolved
@fengmk2 fengmk2 self-assigned this Jan 4, 2023
@fengmk2 fengmk2 merged commit 667684f into eggjs:master Jan 4, 2023
atian25 pushed a commit that referenced this pull request Jan 4, 2023
[skip ci]

## [3.12.0](v3.11.1...v3.12.0) (2023-01-04)

### Features

* siteFile favicon config support async function type ([#5114](#5114)) ([667684f](667684f))
@github-actions
Copy link

github-actions bot commented Jan 4, 2023

🎉 This PR is included in version 3.12.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

iblogc pushed a commit to iblogc/egg that referenced this pull request Jan 9, 2023
[skip ci]

## [3.12.0](eggjs/egg@v3.11.1...v3.12.0) (2023-01-04)

### Features

* siteFile favicon config support async function type ([eggjs#5114](eggjs#5114)) ([667684f](eggjs@667684f))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants