intel/code-base-investigator

CI pipeline is incomplete

Pennycook opened this issue · 0 comments

Feature/behavior summary

We have pre-commit hooks and unittests that can be run offline, but should run them as part of the CI to ensure that we catch errors that contributors don't catch locally.

Request attributes

  • Would this be a refactor of existing code?
  • Does this proposal require new package dependencies?
  • Would this change break backwards compatibility?

Related issues

No response

Solution description

  • Run the same formatting checks as the pre-commit hooks
  • Run the unit tests
  • Run coverage tests (after #36)

Additional notes

No response