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

Deploy release v0.41.0 #757

Merged
merged 7 commits into from
Jan 8, 2025
Merged

Deploy release v0.41.0 #757

merged 7 commits into from
Jan 8, 2025

Conversation

jtrobles-cdd
Copy link
Member

Ref: #756

jtrobles-cdd and others added 7 commits January 8, 2025 17:00
Instead of excluding `src/tests/`, only include individual files.
Exclude only individual test files in Mypy configuration
This commit includes changes to the `Makefile` to improve the
consistency and maintainability of the clean commands by using the
`RM` variable instead of hardcoding the `rm` command. The most
important changes include updates to the `clean-build`, `clean-pyc`,
and `clean-test` targets.

Improvements to clean commands:

- `clean-build`: Replaced hardcoded `rm` commands with `${RM}`
  variable and adjusted `find` commands to use `-iname` for
  case-insensitive matching and `-prune` for directory handling.
- `clean-pyc`: Simplified `find` commands by using `-delete` for
  file removal and `${RM}` variable for consistency.
- `clean-test`: Replaced hardcoded `rm` commands with `${RM}`
  variable for consistency.
Improve Make tasks `clean-build`, `clean-pyc`, and `clean-test`
@jtrobles-cdd jtrobles-cdd added task Task or chore kind: deploy Deployment labels Jan 8, 2025
@jtrobles-cdd jtrobles-cdd self-assigned this Jan 8, 2025
@jtrobles-cdd jtrobles-cdd requested a review from a team as a code owner January 8, 2025 21:59
Copy link

sonarqubecloud bot commented Jan 8, 2025

@jtrobles-cdd jtrobles-cdd merged commit 44bd0c3 into master Jan 8, 2025
33 checks passed
@jtrobles-cdd jtrobles-cdd deleted the deploy/v0.41.0 branch January 8, 2025 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: deploy Deployment task Task or chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant