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

Reorganize core samples into directories #494

Merged
merged 2 commits into from
Sep 5, 2023

Conversation

RiscadoA
Copy link
Member

@RiscadoA RiscadoA commented Sep 5, 2023

Description

Before this, core samples were single files in the core/samples folder, e.g.: logging.cpp.
This moves them to their own directorie, e.g.: logging/main.cpp.
This allows us to have multiple files per sample, if necessary, and also move the sample docs next to the actual code.

Checklist

  • Self-review changes.
  • Evaluate impact on the documentation.

@RiscadoA RiscadoA added A-Core C-Examples B-Build Related to the build configuration labels Sep 5, 2023
@RiscadoA RiscadoA added this to the 0.0 Nursery milestone Sep 5, 2023
@RiscadoA RiscadoA self-assigned this Sep 5, 2023
@RiscadoA RiscadoA linked an issue Sep 5, 2023 that may be closed by this pull request
@github-actions
Copy link
Contributor

github-actions bot commented Sep 5, 2023

PR Preview Action v1.4.4
🚀 Deployed preview to https://GameDevTecnico.github.io/cubos/pr-preview/pr-494/
on branch gh-pages at 2023-09-05 07:17 UTC

@codecov
Copy link

codecov bot commented Sep 5, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (83b0330) 24.53% compared to head (1b80e36) 24.53%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #494   +/-   ##
=======================================
  Coverage   24.53%   24.53%           
=======================================
  Files          86       86           
  Lines        7009     7009           
=======================================
  Hits         1720     1720           
  Misses       5289     5289           

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

@RiscadoA RiscadoA mentioned this pull request Sep 5, 2023
4 tasks
@RiscadoA RiscadoA merged commit fcc60af into main Sep 5, 2023
8 checks passed
@RiscadoA RiscadoA deleted the 488-reorganize-samples-into-directories branch September 5, 2023 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Core B-Build Related to the build configuration C-Examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reorganize samples into directories
2 participants