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

CI coverage #38

Closed
16 of 17 tasks
Bromeon opened this issue Nov 27, 2022 · 7 comments
Closed
16 of 17 tasks

CI coverage #38

Bromeon opened this issue Nov 27, 2022 · 7 comments
Labels
c: tooling CI, automation, tools feature Adds functionality to the library

Comments

@Bromeon
Copy link
Member

Bromeon commented Nov 27, 2022

Several things are not yet automated via Continuous Integration.
This issue can be updated as this changes.

  • Rust checks
  • Ecosystem checks
    • cargo-deny
    • cargo-machete
  • Godot integration tests
    • macOS support
    • compilation of examples
    • test against Godot beta releases (in addition to nightly builds)
      - Wontfix as per Compatibility > Out of scope.
    • run Godot address sanitizers to detect UB
  • Docs generation + publishing
  • Godot release/export builds
@Bromeon Bromeon added feature Adds functionality to the library c: tooling CI, automation, tools labels Nov 27, 2022
@Bromeon
Copy link
Member Author

Bromeon commented Dec 12, 2022

Support for unit-tests, macOS and rustfmt added in #48.

@Bromeon
Copy link
Member Author

Bromeon commented Feb 5, 2023

Support for clippy and leak detection added in #74.
Address sanitizer integration tests added in #109.

@Bromeon
Copy link
Member Author

Bromeon commented Feb 27, 2023

Address sanitizers now enforced, in #133.

@Bromeon
Copy link
Member Author

Bromeon commented Aug 6, 2023

Intra-doc link validation and more rustdoc lints under #375.

@Bromeon
Copy link
Member Author

Bromeon commented Dec 6, 2023

Examples covered in #526.

@Bromeon
Copy link
Member Author

Bromeon commented Dec 17, 2023

Godot release/export builds covered in #537.

@Bromeon
Copy link
Member Author

Bromeon commented Dec 28, 2023

cargo-deny and cargo-machete added as part of #548.

This concludes this issue.

@Bromeon Bromeon closed this as completed Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: tooling CI, automation, tools feature Adds functionality to the library
Projects
None yet
Development

No branches or pull requests

1 participant