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

add changelog check workflow #53

Merged
merged 2 commits into from
Jan 31, 2024
Merged

add changelog check workflow #53

merged 2 commits into from
Jan 31, 2024

Conversation

emmyoop
Copy link
Member

@emmyoop emmyoop commented Jan 30, 2024

resolves none

Description

Adds an automated changelog check to ensure we add changelogs for relevant changes.

Checklist

@emmyoop emmyoop requested a review from a team as a code owner January 30, 2024 17:18
@emmyoop emmyoop requested a review from aranke January 30, 2024 17:18
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (main@9e081a5). Click here to learn what that means.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #53   +/-   ##
=======================================
  Coverage        ?   51.07%           
=======================================
  Files           ?       47           
  Lines           ?     2798           
  Branches        ?        0           
=======================================
  Hits            ?     1429           
  Misses          ?     1369           
  Partials        ?        0           
Flag Coverage Δ
unit 51.07% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@aranke aranke left a 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}"
Copy link
Member

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?

Copy link
Member Author

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.

Copy link
Member

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!

@emmyoop emmyoop added this pull request to the merge queue Jan 31, 2024
Merged via the queue into main with commit e852e77 Jan 31, 2024
6 checks passed
@emmyoop emmyoop deleted the er/add-changelog-check branch January 31, 2024 20:04
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.

3 participants