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 'poetry.lock' to CI workflow triggers list #23

Merged
merged 1 commit into from
Mar 17, 2024
Merged

Add 'poetry.lock' to CI workflow triggers list #23

merged 1 commit into from
Mar 17, 2024

Conversation

DanielAvdar
Copy link
Owner

This update modifies the continuous integration (CI) workflow configuration file. Specifically, the 'poetry.lock' file has been added to the list of paths that, when modified, will trigger the CI workflow. This adjustment ensures that any changes to project dependencies will trigger automated tests.

This update modifies the continuous integration (CI) workflow configuration file. Specifically, the 'poetry.lock' file has been added to the list of paths that, when modified, will trigger the CI workflow. This adjustment ensures that any changes to project dependencies will trigger automated tests.

Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
Copy link

codecov bot commented Mar 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (78f800b) to head (b9951cf).
Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #23   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines           57        57           
=========================================
  Hits            57        57           

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

@DanielAvdar DanielAvdar merged commit 0f7a931 into main Mar 17, 2024
16 checks passed
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.

1 participant