feat: Added concurrency to Hyperproof sync. #38
ruby.yaml
on: push
Find ruby projects
16s
Matrix: Lint ruby code
Matrix: Run ruby tests
Annotations
5 errors
|
Run ruby tests (./hyperproof)
Process completed with exit code 1.
|
|
Run ruby tests (./hyperproof):
hyperproof/spec/unit/cfa_security_controls/hyperproof_spec.rb#L50
CfaSecurityControls::Hyperproof.run when the label does not exist creates a new label
Failure/Error: [proof.name, entity.id]
#<InstanceDouble(CfaSecurityControls::Hyperproof::Entities::Proof) (anonymous)> received unexpected message :id with (no args)
|
|
Run ruby tests (./hyperproof):
hyperproof/spec/unit/cfa_security_controls/hyperproof_spec.rb#L38
CfaSecurityControls::Hyperproof.run when the label exists does not create a new label
Failure/Error: [proof.name, entity.id]
#<InstanceDouble(CfaSecurityControls::Hyperproof::Entities::Proof) (anonymous)> received unexpected message :id with (no args)
|
|
Run ruby tests (./hyperproof):
hyperproof/spec/unit/cfa_security_controls/hyperproof_spec.rb#L57
CfaSecurityControls::Hyperproof.run create the new proof entity
Failure/Error: [proof.name, entity.id]
#<InstanceDouble(CfaSecurityControls::Hyperproof::Entities::Proof) (anonymous)> received unexpected message :id with (no args)
|
|
Run ruby tests (./hyperproof):
hyperproof/spec/unit/cfa_security_controls/hyperproof_spec.rb#L31
CfaSecurityControls::Hyperproof.run writes the proof to a file
Failure/Error: [proof.name, entity.id]
#<InstanceDouble(CfaSecurityControls::Hyperproof::Entities::Proof) (anonymous)> received unexpected message :id with (no args)
|