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

Separate Build and Test Workflow #7

Merged
merged 7 commits into from
Jan 2, 2023
Merged

Conversation

threeal
Copy link
Owner

@threeal threeal commented Jan 2, 2023

  • Separate workflow into as follow:
    • build, with release job.
    • test, with the following jobs:
      • unit-tests, run unit tests and generate code coverage.
      • check-warning, to check for compiler warning (warning is treated as an error).
      • check-formatting, to check code style and formatting.
  • Bump Checkout Action that being used in this workflow to the latest version and remove fetch-depth option.
  • Use Gcovr Action to simplify code coverage check.

@threeal threeal added the feat label Jan 2, 2023
@threeal threeal self-assigned this Jan 2, 2023
@threeal threeal force-pushed the separate-build-and-test-workflow branch from fda61c2 to 7b486d8 Compare January 2, 2023 09:24
@threeal threeal marked this pull request as ready for review January 2, 2023 09:31
@threeal threeal merged commit 03a2727 into main Jan 2, 2023
@threeal threeal deleted the separate-build-and-test-workflow branch January 2, 2023 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant