-
Notifications
You must be signed in to change notification settings - Fork 15
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
add changelog check workflow #53
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #53 +/- ##
=======================================
Coverage ? 51.07%
=======================================
Files ? 47
Lines ? 2798
Branches ? 0
=======================================
Hits ? 1429
Misses ? 1369
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Changelog workflow LGTM, ty!
@@ -91,7 +92,7 @@ description = "Env for running development commands for testing" | |||
features = ["test"] | |||
|
|||
[tool.hatch.envs.test.scripts] | |||
unit = "- python -m pytest {args:tests/unit}" | |||
unit = "python -m pytest --cov=dbt_common --cov-report=xml {args:tests/unit}" |
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.
Is this part of a different change?
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.
It is. The original got clobbered by a conflict resolution. I can pull it out into its own PR if you'd prefer.
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.
No worries, just checking.
Since it's 1 line, I think it's fine to keep here and merge.
Thank you!
resolves none
Description
Adds an automated changelog check to ensure we add changelogs for relevant changes.
Checklist
changie new
to create a changelog entry