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 Improvements #112

Merged
merged 2 commits into from
Oct 5, 2023
Merged

CI Improvements #112

merged 2 commits into from
Oct 5, 2023

Commits on Oct 4, 2023

  1. CI Improvements

    - renamed `build.yml` to `ci.yml`
    - use toml-sort action in `ci.yml`
    - removed `toml-sort.yml`
    - removed cargo check job
    - perform tests with nextest instead of cargo test
    - added llvm cov for coverage ~ fixes #106
    - added `--no-deps` arg to clippy
    - bumped version for upgraded actions
    - removed unmaintained actions
    - created `rust-toolchain.toml` with stable channel
    - tests and clippy are run after rustfmt and toml-sort are successful
    - tests and clippy's target is cached even on failure
    
    Signed-off-by: muraca <mmuraca247@gmail.com>
    muraca committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    bfb13cf View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. updates to test action

    - print lines coverage to actions cli output
    - comment PR with report when allowed
    
    Signed-off-by: muraca <mmuraca247@gmail.com>
    muraca committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    3f290c9 View commit details
    Browse the repository at this point in the history