-
Notifications
You must be signed in to change notification settings - Fork 27
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
targets.docs.title config to render <title> #253
Conversation
[targets.python] | ||
name = "nirum_fixture" | ||
[targets.python.renames] | ||
"renames.test" = "renamed" | ||
|
||
[targets.docs] | ||
title = "Fixtures for Nirum tests" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
테스트에서 검사하면 좋지 않을까요 핳ㅎ.ㅏ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov Report
@@ Coverage Diff @@
## master #253 +/- ##
=========================================
+ Coverage 73.13% 75.3% +2.17%
=========================================
Files 33 33
Lines 2356 2361 +5
Branches 130 136 +6
=========================================
+ Hits 1723 1778 +55
+ Misses 503 447 -56
- Partials 130 136 +6
Continue to review full report at Codecov.
|
@admire93 @AiOO I rebased it on the current master, added some tests, and wrote docs about docs target. |
targets.docs.title config to render <title>
In order to render a meaningful
<title>
, a new required configurationtargets.docs.title
was added.