Add initial CI build automation #1
ci.yml
on: push
Clippy
16s
Enforce Rust code format
10s
Preflight docs.rs build
10s
Check for unused dependencies
11s
Ensure (MAJOR) tag is used when making an API breaking change
13s
ReadXMP example
15s
Matrix: License / vulnerability audit
Matrix: Preflight crate publish
Matrix: Unit tests with minimum versions of direct dependencies
Matrix: Unit tests
Annotations
10 errors and 3 warnings
Preflight crate publish (ubuntu-latest, stable)
Process completed with exit code 101.
|
Ensure (MAJOR) tag is used when making an API breaking change
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Clippy
Resource not accessible by integration
|
ReadXMP example
Process completed with exit code 101.
|
Unit tests (ubuntu-latest, stable)
Codecov: Failed to properly upload: The process '/home/runner/work/_actions/codecov/codecov-action/v3/dist/codecov' failed with exit code 255
|
Unit tests (ubuntu-latest, 1.72.0)
Codecov: Failed to properly upload: The process '/home/runner/work/_actions/codecov/codecov-action/v3/dist/codecov' failed with exit code 255
|
Unit tests (macos-latest, 1.72.0)
Codecov: Failed to properly upload: The process '/Users/runner/work/_actions/codecov/codecov-action/v3/dist/codecov' failed with exit code 255
|
Unit tests (windows-latest, 1.72.0)
Codecov: Failed to properly upload: The process 'D:\a\_actions\codecov\codecov-action\v3\dist\codecov.exe' failed with exit code 4294967295
|
Unit tests (macos-latest, stable)
Codecov: Failed to properly upload: The process '/Users/runner/work/_actions/codecov/codecov-action/v3/dist/codecov' failed with exit code 255
|
Unit tests (windows-latest, stable)
Codecov: Failed to properly upload: The process 'D:\a\_actions\codecov\codecov-action\v3\dist\codecov.exe' failed with exit code 4294967295
|
Check for unused dependencies
The following actions uses node12 which is deprecated and will be forced to run on node16: aig787/cargo-udeps-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Ensure (MAJOR) tag is used when making an API breaking change
No tags are present for this repository. If this is unexpected, check to ensure that tags have been pulled from the remote.
|
Clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|