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

chore: Check config when running make dev #888

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

tianjing-li
Copy link
Collaborator

@tianjing-li tianjing-li commented Dec 30, 2024

AI Description

This PR introduces changes to the Makefile, primarily focusing on the check-config target and related tasks.

Summary

The check-config target has been split into two separate targets: check-config-install and check-config. The former now handles the installation process, while the latter is responsible for running the configuration check. This separation enhances clarity and modularity in the build process.

Changes

  • Added a new target check-config-install to handle the installation process.
  • Modified the check-config target to only run the configuration check.
  • Added a new line make check-config to the dev target, ensuring the configuration check is executed during development.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.84%. Comparing base (131a1a2) to head (50d54fa).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #888   +/-   ##
=======================================
  Coverage   77.84%   77.84%           
=======================================
  Files         259      259           
  Lines       11176    11176           
=======================================
  Hits         8700     8700           
  Misses       2476     2476           

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

Copy link
Collaborator

@EugeneLightsOn EugeneLightsOn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

Makefile Show resolved Hide resolved
@tianjing-li tianjing-li merged commit aa82b43 into main Jan 8, 2025
8 checks passed
@tianjing-li tianjing-li deleted the add-check-config-to-make-dev branch January 8, 2025 18:44
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.

4 participants