Add client extract and check commands #844
checks.yml
on: pull_request
Cargo Deny
26s
Format
29s
Clippy
2m 28s
Test with minimal glibc versions
8m 15s
Matrix: test
Matrix: test_installers
Annotations
35 errors and 10 warnings
|
Format
Process completed with exit code 1.
|
|
Clippy:
src/command/client/extensions.rs#L51
no field `errors` on type `apollo_compiler::validation::Valid<apollo_compiler::Schema>`
|
|
Clippy:
src/command/client/check.rs#L260
no method named `syntax` found for struct `apollo_parser::cst::OperationDefinition` in the current scope
|
|
Clippy:
src/command/client/check.rs#L220
no method named `syntax` found for enum `apollo_parser::cst::Definition` in the current scope
|
|
Clippy:
src/command/client/check.rs#L213
no method named `syntax` found for struct `apollo_parser::cst::FragmentDefinition` in the current scope
|
|
Clippy:
src/command/client/extract.rs#L119
no variant or associated item named `FileReadError` found for enum `client::extract::SkipReason` in the current scope
|
|
Clippy:
src/command/client/check.rs#L327
use of partially moved value: `ext_failure`
|
|
Clippy:
src/command/template/queries.rs#L216
failed to resolve: could not find `serde_with` in `graphql_client`
|
|
Clippy:
src/command/template/queries.rs#L76
failed to resolve: could not find `serde_with` in `graphql_client`
|
|
Clippy:
src/command/client/check.rs#L16
failed to resolve: could not find `rover_client` in the crate root
|
|
Clippy:
src/command/client/check.rs#L15
failed to resolve: could not find `rover_client` in the crate root
|
|
test (ubuntu-latest):
src/command/client/extensions.rs#L51
no field `errors` on type `Valid<apollo_compiler::Schema>`
|
|
test (ubuntu-latest):
src/command/client/check.rs#L260
no method named `syntax` found for struct `apollo_parser::cst::OperationDefinition` in the current scope
|
|
test (ubuntu-latest):
src/command/client/check.rs#L220
no method named `syntax` found for enum `apollo_parser::cst::Definition` in the current scope
|
|
test (ubuntu-latest):
src/command/client/check.rs#L213
no method named `syntax` found for struct `apollo_parser::cst::FragmentDefinition` in the current scope
|
|
test (ubuntu-latest):
src/command/client/extract.rs#L119
no variant or associated item named `FileReadError` found for enum `SkipReason` in the current scope
|
|
test (ubuntu-latest):
src/command/client/check.rs#L327
use of partially moved value: `ext_failure`
|
|
test (ubuntu-latest):
src/command/template/queries.rs#L216
failed to resolve: could not find `serde_with` in `graphql_client`
|
|
test (ubuntu-latest):
src/command/template/queries.rs#L76
failed to resolve: could not find `serde_with` in `graphql_client`
|
|
test (ubuntu-latest):
src/command/client/check.rs#L16
failed to resolve: could not find `rover_client` in the crate root
|
|
test (ubuntu-latest):
src/command/client/check.rs#L15
failed to resolve: could not find `rover_client` in the crate root
|
|
test (windows-2025)
The strategy configuration was canceled because "test.ubuntu-latest" failed
|
|
test (windows-2025)
The operation was canceled.
|
|
test (macos-15)
The strategy configuration was canceled because "test.ubuntu-latest" failed
|
|
test (macos-15)
The operation was canceled.
|
|
Test with minimal glibc versions:
src/command/client/extensions.rs#L51
no field `errors` on type `Valid<apollo_compiler::Schema>`
|
|
Test with minimal glibc versions:
src/command/client/check.rs#L260
no method named `syntax` found for struct `apollo_parser::cst::OperationDefinition` in the current scope
|
|
Test with minimal glibc versions:
src/command/client/check.rs#L220
no method named `syntax` found for enum `apollo_parser::cst::Definition` in the current scope
|
|
Test with minimal glibc versions:
src/command/client/check.rs#L213
no method named `syntax` found for struct `apollo_parser::cst::FragmentDefinition` in the current scope
|
|
Test with minimal glibc versions:
src/command/client/extract.rs#L119
no variant or associated item named `FileReadError` found for enum `SkipReason` in the current scope
|
|
Test with minimal glibc versions:
src/command/client/check.rs#L327
use of partially moved value: `ext_failure`
|
|
Test with minimal glibc versions:
src/command/template/queries.rs#L216
failed to resolve: could not find `serde_with` in `graphql_client`
|
|
Test with minimal glibc versions:
src/command/template/queries.rs#L76
failed to resolve: could not find `serde_with` in `graphql_client`
|
|
Test with minimal glibc versions:
src/command/client/check.rs#L16
failed to resolve: could not find `rover_client` in the crate root
|
|
Test with minimal glibc versions:
src/command/client/check.rs#L15
failed to resolve: could not find `rover_client` in the crate root
|
|
Format:
tests/integration/client/check.rs#L1
Diff in /home/runner/work/rover/rover/tests/integration/client/check.rs
|
|
Format:
src/command/template/queries.rs#L144
Diff in /home/runner/work/rover/rover/src/command/template/queries.rs
|
|
Format:
src/command/template/queries.rs#L98
Diff in /home/runner/work/rover/rover/src/command/template/queries.rs
|
|
Format:
src/command/template/queries.rs#L4
Diff in /home/runner/work/rover/rover/src/command/template/queries.rs
|
|
Format:
src/command/client/check.rs#L10
Diff in /home/runner/work/rover/rover/src/command/client/check.rs
|
|
Format:
src/command/client/check.rs#L4
Diff in /home/runner/work/rover/rover/src/command/client/check.rs
|
|
Format:
src/command/client/check.rs#L1
Diff in /home/runner/work/rover/rover/src/command/client/check.rs
|
|
Format:
crates/rover-client/src/operations/graph/validate_operations/types.rs#L50
Diff in /home/runner/work/rover/rover/crates/rover-client/src/operations/graph/validate_operations/types.rs
|
|
Format:
crates/rover-client/src/operations/graph/validate_operations/types.rs#L1
Diff in /home/runner/work/rover/rover/crates/rover-client/src/operations/graph/validate_operations/types.rs
|
|
Format:
crates/rover-client/src/operations/graph/validate_operations/runner.rs#L1
Diff in /home/runner/work/rover/rover/crates/rover-client/src/operations/graph/validate_operations/runner.rs
|