-
-
Notifications
You must be signed in to change notification settings - Fork 281
refactor(changelog): cleanup and add test cases #1425
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
base: master
Are you sure you want to change the base?
refactor(changelog): cleanup and add test cases #1425
Conversation
a8be6cc
to
9bb9ed9
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1425 +/- ##
==========================================
+ Coverage 97.33% 97.57% +0.23%
==========================================
Files 42 57 +15
Lines 2104 2675 +571
==========================================
+ Hits 2048 2610 +562
- Misses 56 65 +9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
b3dac29
to
949b496
Compare
def test_get_smart_tag_range_returns_an_empty_list_for_nonexistent_start_tag(tags): | ||
end = tags[0] | ||
res = changelog.get_smart_tag_range(tags, "nonexistent", end.name) | ||
assert res[0].name == tags[1].name |
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.
Not sure if this is the expected behavior
1d03ae8
to
12166d6
Compare
Description
Checklist
Code Changes
poetry all
locally to ensure this change passes linter check and testsDocumentation Changes
poetry doc
locally to ensure the documentation pages renders correctlyExpected Behavior
Steps to Test This Pull Request
Additional Context