Update carrierwave to version 3.0.6 #5377
Annotations
5 errors and 22 warnings
rspec_tests (3, 1):
spec/models/plate_volume_spec.rb#L99
PlateVolume::process_all_volume_check_files generates a QcResult for each well
Failure/Error: expect(well.qc_results).to be_one
expected `#<ActiveRecord::Associations::CollectionProxy []>.one?` to be truthy, got false
|
rspec_tests (3, 1):
spec/models/plate_volume_spec.rb#L90
PlateVolume::process_all_volume_check_files updates measured and current volumes for plate_without_barcodes_in_csv
Failure/Error: expect(well_attribute.measured_volume).to eq volume
expected: 0.0
got: nil
(compared using ==)
|
rspec_tests (3, 1):
spec/models/plate_volume_spec.rb#L110
PlateVolume::process_all_volume_check_files creates a record in the database with the right value in uploaded_file_name
Failure/Error: described_class.find_each { |volume| expect(volume.uploaded_file_name).to eq("#{volume.barcode}.csv") }
expected: ".csv"
got: "SQPD-111.csv"
(compared using ==)
|
rspec_tests (3, 1):
spec/models/plate_volume_spec.rb#L81
PlateVolume::process_all_volume_check_files updates measured and current volumes
Failure/Error: expect(well_attribute.measured_volume).to eq volume
expected: 55.3281
got: nil
(compared using ==)
|
rspec_tests (3, 1)
Process completed with exit code 1.
|
rake_tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
rake_tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
cucumber_tests (2, 0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v3, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
cucumber_tests (2, 0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
rspec_tests (3, 0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
rspec_tests (3, 0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
cucumber_tests (2, 1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v3, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
cucumber_tests (2, 1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
rspec_tests (3, 2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
rspec_tests (3, 2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
rspec_tests (3, 2):
spec/lib/record_loader/request_type_validators_loader_spec.rb#L27
RecordLoader::RequestTypeValidatorsLoader with two_entry_example selected sets attributes on the created records
Skipped: Temporarily skipped with xit
|
rspec_tests (3, 2):
spec/lib/record_loader/request_type_validators_loader_spec.rb#L16
RecordLoader::RequestTypeValidatorsLoader with two_entry_example selected creates two records
Skipped: Temporarily skipped with xit
|
rspec_tests (3, 2):
spec/lib/record_loader/request_type_validators_loader_spec.rb#L22
RecordLoader::RequestTypeValidatorsLoader with two_entry_example selected is idempotent
Skipped: Temporarily skipped with xit
|
rspec_tests (3, 1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
rspec_tests (3, 1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
rspec_tests (3, 1):
spec/models/sample_manifest/generator_spec.rb#L141
SampleManifest::Generator with rows_per_well not set generates a details array with one entry per well
Skipped: No reason given
|
rspec_tests (3, 1):
spec/models/sample_manifest/generator_spec.rb#L132
SampleManifest::Generator with rows_per_well set generates a details array with more than one entry per well
Skipped: No reason given
|
rspec_tests (3, 1):
spec/models/plate_purpose/additional_input_spec.rb#L22
PlatePurpose::AdditionalInput#state_of with no requests is pending
Skipped: Temporarily skipped with xit
|
rspec_tests (3, 1):
spec/models/plate_purpose/additional_input_spec.rb#L43
PlatePurpose::AdditionalInput#state_of with ancestors with library requests is pending
Skipped: Temporarily skipped with xit
|
rspec_tests (3, 1):
spec/models/plate_purpose/additional_input_spec.rb#L32
PlatePurpose::AdditionalInput#state_of with ancestors with no library requests is pending
Skipped: Temporarily skipped with xit
|
rspec_tests (3, 1):
spec/models/plate_purpose/additional_input_spec.rb#L64
PlatePurpose::AdditionalInput#state_of with no ancestors with library requests is passed
Skipped: Temporarily skipped with xit
|
rspec_tests (3, 1):
spec/models/plate_purpose/additional_input_spec.rb#L53
PlatePurpose::AdditionalInput#state_of with no ancestors with no library requests is pending
Skipped: Temporarily skipped with xit
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
capybara-rspec_tests-1
Expired
|
342 Bytes |
|
codeclimate-cucumber_tests-0
Expired
|
1.59 MB |
|
codeclimate-cucumber_tests-1
Expired
|
1.59 MB |
|
codeclimate-rake_tests-
Expired
|
1.21 MB |
|
codeclimate-rspec_tests-0
Expired
|
1.47 MB |
|
codeclimate-rspec_tests-2
Expired
|
1.55 MB |
|