Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update task names in CI workflow and add format check task
Updated task names in CI workflow file for a clearer understanding of the tests being run during the workflow and added format check task in pyproject.toml file. These tests now exactly follow the workflow: Check format, Check lint, Check mypy, then run unittests with coverage report. This change makes the intent of each stage of the Continuous Integration process more explicit and ensures that a format check is included in the workflow execution.
- Loading branch information
8522e57
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.
Coverage Report