Skip to content

Bump rust_decimal from 1.37.0 to 1.37.1#199

Merged
marvin-hansen merged 1 commit intomainfrom
dependabot/cargo/rust_decimal-1.37.1
Apr 3, 2025
Merged

Bump rust_decimal from 1.37.0 to 1.37.1#199
marvin-hansen merged 1 commit intomainfrom
dependabot/cargo/rust_decimal-1.37.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 25, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps rust_decimal from 1.37.0 to 1.37.1.

Release notes

Sourced from rust_decimal's releases.

1.37.1

What's Changed

Full Changelog: paupino/rust-decimal@1.37.0...1.37.1

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.37.0 to 1.37.1.
- [Release notes](https://github.com/paupino/rust-decimal/releases)
- [Changelog](https://github.com/paupino/rust-decimal/blob/master/CHANGELOG.md)
- [Commits](paupino/rust-decimal@1.37.0...1.37.1)

---
updated-dependencies:
- dependency-name: rust_decimal
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 25, 2025
@dependabot dependabot Bot requested a review from marvin-hansen as a code owner March 25, 2025 00:49
@qodo-code-review
Copy link
Copy Markdown
Contributor

Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here.

CI Feedback 🧐

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: coverage

Failed stage: Upload coverage to Codecov [❌]

Failure summary:

The action failed during the code coverage upload step. The error message at line 1584 indicates:
"Upload failed: {"message":"Token required because branch is protected"}". This means that Codecov
couldn't upload the coverage report because the branch is protected and requires a token for
authentication, but no token was provided (as confirmed by line 1574: "Token of length 0 detected").

Relevant error logs:
1:  ##[group]Operating System
2:  Ubuntu
...

126:  ##[group]Run set -eu
127:  �[36;1mset -eu�[0m
128:  �[36;1mif ! command -v bash >/dev/null; then�[0m
129:  �[36;1m  if grep -Eq '^ID=alpine' /etc/os-release; then�[0m
130:  �[36;1m    printf '::group::Install packages required for install-action (bash)\n'�[0m
131:  �[36;1m    # NB: sync with apk_install in main.sh�[0m
132:  �[36;1m    if command -v sudo >/dev/null; then�[0m
133:  �[36;1m      sudo apk --no-cache add bash�[0m
134:  �[36;1m    elif command -v doas >/dev/null; then�[0m
135:  �[36;1m      doas apk --no-cache add bash�[0m
136:  �[36;1m    else�[0m
137:  �[36;1m      apk --no-cache add bash�[0m
138:  �[36;1m    fi�[0m
139:  �[36;1m    printf '::endgroup::\n'�[0m
140:  �[36;1m  else�[0m
141:  �[36;1m    printf '::error::install-action requires bash\n'�[0m
142:  �[36;1m    exit 1�[0m
...

424:  �[1m�[32m   Compiling�[0m brotli v7.0.0
425:  �[1m�[32m   Compiling�[0m zstd v0.13.3
426:  �[1m�[32m   Compiling�[0m arrow-ipc v54.2.1
427:  �[1m�[32m   Compiling�[0m simdutf8 v0.1.5
428:  �[1m�[32m   Compiling�[0m arrayvec v0.7.6
429:  �[1m�[32m   Compiling�[0m seq-macro v0.3.5
430:  �[1m�[32m   Compiling�[0m parquet v54.2.1
431:  �[1m�[32m   Compiling�[0m deep_causality v0.7.3 (/home/runner/work/deep_causality/deep_causality/deep_causality)
432:  �[1m�[32m   Compiling�[0m example-starter v0.1.0 (/home/runner/work/deep_causality/deep_causality/deep_causality/examples/starter)
433:  �[1m�[32m   Compiling�[0m example-csm v0.1.0 (/home/runner/work/deep_causality/deep_causality/deep_causality/examples/csm)
434:  �[1m�[32m   Compiling�[0m example-smoking v0.1.0 (/home/runner/work/deep_causality/deep_causality/deep_causality/examples/smoking)
435:  �[1m�[32m   Compiling�[0m example-ctx v0.1.0 (/home/runner/work/deep_causality/deep_causality/deep_causality/examples/ctx)
436:  �[1m�[32m    Finished�[0m `test` profile [unoptimized + debuginfo] target(s) in 46.51s
437:  �[1m�[32m     Running�[0m unittests src/lib.rs (target/llvm-cov-target/debug/deps/dcl_data_structures-0ddd929ff57ce1f3)
438:  running 0 tests
439:  test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
440:  �[1m�[32m     Running�[0m tests/mod.rs (target/llvm-cov-target/debug/deps/mod-f3bab0fcbcc1a986)
...

547:  test ring_buffer::producer::single_producer_tests::test_single_producer_publish ... ok
548:  test ring_buffer::producer::single_producer_tests::test_single_producer_write ... ok
549:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_buffer_size ... ok
550:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_cache_alignment ... ok
551:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_default_implementation ... ok
552:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_different_types ... ok
553:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_get_and_set ... ok
554:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_new_ringbuffer ... ok
555:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_new_ringbuffer_non_power_of_two - should panic ... ok
556:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_new_ringbuffer_zero_capacity - should panic ... ok
557:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_optimal_batch_size ... ok
558:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_thread_safety ... ok
559:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_wrapping_behavior ... ok
560:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::writes_and_reads_data ... ok
561:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::writes_are_visible_across_threads ... ok
562:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_compare_exchange_failure ... ok
563:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_compare_exchange_success ... ok
564:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_concurrent_increment ... ok
565:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_concurrent_reads ... ok
566:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_default ... ok
567:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_from ... ok
568:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_get_set ... ok
569:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_increment ... ok
570:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_into ... ok
571:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_multiple_modifications ... ok
572:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_thread_safety ... ok
573:  test ring_buffer::sequence::atomic_sequence_relaxed_tests::test_atomic_sequence_clone ... ok
574:  test ring_buffer::sequence::atomic_sequence_relaxed_tests::test_atomic_sequence_compare_exchange_failure ... ok
575:  test ring_buffer::sequence::atomic_sequence_relaxed_tests::test_atomic_sequence_compare_exchange_success ... ok
...

624:  test window_type::storage_safe::window_array_tests::test_first ... ok
625:  test window_type::storage_safe::window_array_tests::test_last ... ok
626:  test window_type::storage_safe::window_array_tests::test_push ... ok
627:  test window_type::storage_safe::window_array_tests::test_slice ... ok
628:  test window_type::storage_safe::window_array_tests::test_slice_err ... ok
629:  test window_type::storage_safe::window_array_tests::test_vec ... ok
630:  test window_type::storage_safe::window_array_tests::test_vec_err ... ok
631:  test window_type::storage_safe::window_vector_stress_tests::test_vector_storage_capacity_limits ... ok
632:  test window_type::storage_safe::window_vector_stress_tests::test_vector_storage_concurrent_access ... ok
633:  test window_type::storage_safe::window_vector_stress_tests::test_vector_storage_edge_cases ... ok
634:  test window_type::storage_safe::window_vector_stress_tests::test_vector_storage_memory_behavior ... ok
635:  test window_type::storage_safe::window_vector_tests::test_arr ... ok
636:  test window_type::storage_safe::window_vector_tests::test_arr_err ... ok
637:  test window_type::storage_safe::window_vector_tests::test_edge_cases ... ok
638:  test window_type::storage_safe::window_vector_tests::test_empty ... ok
639:  test window_type::storage_safe::window_vector_tests::test_error_conditions ... ok
640:  test window_type::storage_safe::window_vector_tests::test_filled ... ok
...

689:  test window_type::storage_unsafe::window_unsafe_vector_tests::test_push ... ok
690:  test window_type::storage_unsafe::window_unsafe_vector_tests::test_push_beyond_capacity ... ok
691:  test window_type::storage_unsafe::window_unsafe_vector_tests::test_rapid_pushes ... ok
692:  test window_type::storage_unsafe::window_unsafe_vector_tests::test_rewind_behavior ... ok
693:  test window_type::storage_unsafe::window_unsafe_vector_tests::test_slice ... ok
694:  test window_type::storage_unsafe::window_unsafe_vector_tests::test_sequential_push ... ok
695:  test window_type::storage_unsafe::window_unsafe_vector_tests::test_slice_err ... ok
696:  test window_type::storage_unsafe::window_unsafe_vector_tests::test_vec ... ok
697:  test window_type::storage_unsafe::window_unsafe_vector_tests::test_vec_err ... ok
698:  test window_type::storage_unsafe::window_vector_stress_tests::test_vector_storage_capacity_limits ... ok
699:  test window_type::storage_unsafe::window_vector_stress_tests::test_vector_storage_edge_cases ... ok
700:  test window_type::storage_unsafe::window_vector_stress_tests::test_vector_storage_memory_behavior ... ok
701:  test window_type::storage_unsafe::window_vector_stress_tests::test_vector_storage_concurrent_access ... ok
702:  test ring_buffer::wait_strategy::spinloop_wait_strategy_tests::test_spinloop_wait_strategy_stress ... ok
703:  test ring_buffer::wait_strategy::spinloop_wait_strategy_tests::test_spinloop_wait_strategy_concurrent ... ok
704:  test result: ok. 262 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s
705:  �[1m�[32m     Running�[0m unittests src/lib.rs (target/llvm-cov-target/debug/deps/deep_causality-f1a988dd64a8793f)
706:  running 0 tests
707:  test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
708:  �[1m�[32m     Running�[0m tests/mod.rs (target/llvm-cov-target/debug/deps/mod-6e5763be4eb0ef11)
709:  running 490 tests
710:  test errors::action_error_tests::test_action_error_display ... ok
711:  test errors::action_error_tests::test_action_error_debug ... ok
712:  test errors::action_error_tests::test_action_error_creation ... ok
713:  test errors::action_error_tests::test_action_error_is_error ... ok
714:  test errors::adjustment_error_tests::test_adjustment_error_creation ... ok
715:  test errors::adjustment_error_tests::test_adjustment_error_debug ... ok
716:  test errors::adjustment_error_tests::test_adjustment_error_display ... ok
717:  test errors::adjustment_error_tests::test_adjustment_error_is_error ... ok
718:  test errors::build_error_tests::test_build_error_creation ... ok
719:  test errors::build_error_tests::test_build_error_display ... ok
720:  test errors::build_error_tests::test_build_error_debug ... ok
721:  test errors::build_error_tests::test_build_error_is_error ... ok
722:  test errors::causal_graph_index_error_tests::test_causal_graph_index_error_creation ... ok
723:  test errors::causal_graph_index_error_tests::test_causal_graph_index_error_debug ... ok
724:  test errors::causal_graph_index_error_tests::test_causal_graph_index_error_display ... ok
725:  test errors::causal_graph_index_error_tests::test_causal_graph_index_error_is_error ... ok
726:  test errors::causality_error_tests::test_causality_error_creation ... ok
727:  test errors::causality_error_tests::test_causality_error_debug ... ok
728:  test errors::causality_error_tests::test_causality_error_display ... ok
729:  test errors::causality_error_tests::test_causality_error_is_error ... ok
730:  test errors::causality_graph_error_tests::test_causality_graph_error_creation ... ok
731:  test errors::causality_graph_error_tests::test_causality_graph_error_debug ... ok
732:  test errors::causality_graph_error_tests::test_causality_graph_error_is_error ... ok
733:  test errors::causality_graph_error_tests::test_causality_graph_error_display ... ok
734:  test errors::context_index_error_tests::test_context_index_error_creation ... ok
735:  test errors::context_index_error_tests::test_context_index_error_debug ... ok
736:  test errors::update_error_tests::test_update_error_debug ... ok
737:  test errors::context_index_error_tests::test_context_index_error_display ... ok
738:  test errors::context_index_error_tests::test_context_index_error_is_error ... ok
739:  test errors::update_error_tests::test_update_error_creation ... ok
740:  test errors::update_error_tests::test_update_error_display ... ok
741:  test errors::update_error_tests::test_update_error_is_error ... ok
742:  test extensions::assumable::assumable_arr_tests::test_all_assumptions_tested ... ok
...

1117:  test types::csm_types::csm_tests::update_single_state ... ok
1118:  test types::csm_types::csm_tests::update_single_state_err_not_found ... ok
1119:  test types::model_types::model_tests::test_assumptions ... ok
1120:  test types::model_types::model_tests::test_context ... ok
1121:  test types::model_types::model_tests::test_causaloid ... ok
1122:  test types::model_types::model_tests::test_description ... ok
1123:  test types::model_types::model_tests::test_author ... ok
1124:  test types::model_types::model_tests::test_id ... ok
1125:  test types::model_types::model_tests::test_new ... ok
1126:  test types::reasoning_types::assumption_tests::test_assumption_id ... ok
1127:  test types::reasoning_types::assumption_tests::test_assumption_tested ... ok
1128:  test types::reasoning_types::assumption_tests::test_assumption_to_string ... ok
1129:  test types::reasoning_types::assumption_tests::test_assumption_valid ... ok
1130:  test types::reasoning_types::assumption_tests::test_verify_assumption ... ok
1131:  test types::reasoning_types::assumption_tests::test_assumption_description ... ok
1132:  test types::reasoning_types::causality_graph_explaining_tests::test_explain_all_causes_error ... ok
1133:  test types::reasoning_types::causality_graph_explaining_tests::test_explain_all_causes ... ok
1134:  test types::reasoning_types::causality_graph_explaining_tests::test_explain_shortest_path_between_causes ... ok
1135:  test types::reasoning_types::causality_graph_explaining_tests::test_explain_subgraph_from_cause ... ok
1136:  test types::reasoning_types::causality_graph_explaining_tests::test_explain_subgraph_from_cause_error ... ok
1137:  test types::reasoning_types::causality_graph_reasoning_tests::test_left_imbalanced_cause_graph ... ok
1138:  test types::reasoning_types::causality_graph_reasoning_tests::test_linear_graph ... ok
1139:  test types::reasoning_types::causality_graph_reasoning_tests::test_multi_cause_graph ... ok
1140:  test types::reasoning_types::causality_graph_reasoning_tests::test_multi_layer_cause_graph ... ok
1141:  test types::reasoning_types::causality_graph_reasoning_tests::test_reason_all_causes ... ok
1142:  test types::reasoning_types::causality_graph_reasoning_tests::test_reason_all_causes_error ... ok
1143:  test types::reasoning_types::causality_graph_reasoning_tests::test_reason_shortest_path_between_causes ... ok
1144:  test types::reasoning_types::causality_graph_reasoning_tests::test_reason_shortest_path_between_causes_error ... ok
1145:  test types::reasoning_types::causality_graph_reasoning_tests::test_reason_single_cause_err_empty_graph ... ok
1146:  test types::reasoning_types::causality_graph_reasoning_tests::test_reason_single_cause_multi_data ... ok
1147:  test types::reasoning_types::causality_graph_reasoning_tests::test_reason_single_cause_single_data ... ok
1148:  test types::reasoning_types::causality_graph_reasoning_tests::test_reason_subgraph_from_cause ... ok
1149:  test types::reasoning_types::causality_graph_reasoning_tests::test_reason_subgraph_from_cause_error ... ok
1150:  test types::reasoning_types::causality_graph_reasoning_tests::test_right_imbalanced_cause_graph ... ok
...

1185:  test types::reasoning_types::inference_tests::test_question ... ok
1186:  test types::reasoning_types::inference_tests::test_target ... ok
1187:  test types::reasoning_types::inference_tests::test_threshold ... ok
1188:  test types::reasoning_types::inference_tests::test_to_string ... ok
1189:  test types::reasoning_types::observation_tests::test_effect_id ... ok
1190:  test types::reasoning_types::causaloid_tests::test_causal_graph ... ok
1191:  test types::reasoning_types::observation_tests::test_effect_observed ... ok
1192:  test types::reasoning_types::observation_tests::test_effect_to_string ... ok
1193:  test utils::math_utils_tests::test_abs_num_neg ... ok
1194:  test utils::math_utils_tests::test_abs_num_pos ... ok
1195:  test utils::math_utils_tests::test_sum_float ... ok
1196:  test utils::math_utils_tests::test_sum_int ... ok
1197:  test utils::time_utils_tests::test_time ... ok
1198:  test types::reasoning_types::causaloid_tests::test_from_causal_graph ... ok
1199:  test types::reasoning_types::causaloid_tests::test_from_causal_graph_with_context ... ok
1200:  test result: ok. 490 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
1201:  �[1m�[32m     Running�[0m unittests src/lib.rs (target/llvm-cov-target/debug/deps/deep_causality_macros-56ad6d0831f3cae9)
1202:  running 0 tests
1203:  test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1204:  �[1m�[32m     Running�[0m tests/collections_tests.rs (target/llvm-cov-target/debug/deps/collections_tests-d4d285ca9b2e1e8f)
1205:  running 4 tests
1206:  test test_get_all_items ... ok
1207:  test test_is_empty ... ok
1208:  test test_len ... ok
1209:  test test_to_vec ... ok
1210:  test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1211:  �[1m�[32m     Running�[0m tests/constructor_tests.rs (target/llvm-cov-target/debug/deps/constructor_tests-ba176dc7b2b0e837)
1212:  running 10 tests
1213:  test test_cfg_attr_lint ... ok
1214:  test test_derive_enum ... ok
1215:  test test_custom_field_value ... ok
1216:  test test_derive_struct ... ok
1217:  test test_generic_with_bounds ... ok
1218:  test test_lint_attrs ... ok
1219:  test test_multiple_field_attrs ... ok
1220:  test test_ref ... ok
1221:  test test_unit_struct ... ok
1222:  test test_unnamed_fields ... ok
1223:  test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1224:  �[1m�[32m     Running�[0m tests/getters_tests.rs (target/llvm-cov-target/debug/deps/getters_tests-14de3ebcd629decb)
1225:  running 6 tests
1226:  test test_basic_getters ... ok
1227:  test test_empty_struct ... ok
1228:  test test_custom_getter_name ... ok
1229:  test test_generic_types ... ok
1230:  test test_generic_with_bounds ... ok
1231:  test test_multiple_custom_names ... ok
1232:  test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1233:  �[1m�[32m     Running�[0m tests/mod.rs (target/llvm-cov-target/debug/deps/mod-355b91e7a350e6cb)
...

1240:  test constructor_tests::test_derive_struct ... ok
1241:  test constructor_tests::test_cfg_attr_lint ... ok
1242:  test constructor_tests::test_custom_field_value ... ok
1243:  test constructor_tests::test_generic_with_bounds ... ok
1244:  test constructor_tests::test_ref ... ok
1245:  test constructor_tests::test_unit_struct ... ok
1246:  test constructor_tests::test_lint_attrs ... ok
1247:  test constructor_tests::test_multiple_field_attrs ... ok
1248:  test constructor_tests::test_unnamed_fields ... ok
1249:  test getters_tests::test_basic_getters ... ok
1250:  test getters_tests::test_custom_getter_name ... ok
1251:  test getters_tests::test_empty_struct ... ok
1252:  test getters_tests::test_multiple_custom_names ... ok
1253:  test getters_tests::test_generic_types ... ok
1254:  test getters_tests::test_generic_with_bounds ... ok
1255:  test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1256:  �[1m�[32m     Running�[0m unittests src/main.rs (target/llvm-cov-target/debug/deps/example_csm-563901e908057b28)
1257:  running 0 tests
1258:  test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1259:  �[1m�[32m     Running�[0m unittests src/main.rs (target/llvm-cov-target/debug/deps/example_ctx-39f29386736bb788)
1260:  running 0 tests
1261:  test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1262:  �[1m�[32m     Running�[0m unittests src/main.rs (target/llvm-cov-target/debug/deps/example_smoking-9046dd71dd71c923)
1263:  running 0 tests
1264:  test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1265:  �[1m�[32m     Running�[0m unittests src/main.rs (target/llvm-cov-target/debug/deps/example_starter-af2b91eb5fe4ce68)
1266:  running 0 tests
1267:  test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1268:  �[1m�[32m     Running�[0m unittests src/lib.rs (target/llvm-cov-target/debug/deps/ultragraph-00b60f52743b50ef)
1269:  running 0 tests
1270:  test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1271:  �[1m�[32m     Running�[0m tests/constructor_tests.rs (target/llvm-cov-target/debug/deps/constructor_tests-f67c5276fd58d261)
1272:  running 4 tests
1273:  test test_default ... ok
1274:  test test_new ... ok
1275:  test test_with_capacity ... ok
1276:  test test_new_with_matrix_storage ... ok
1277:  test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1278:  �[1m�[32m     Running�[0m tests/error_tests.rs (target/llvm-cov-target/debug/deps/error_tests-27bd83206c36670b)
1279:  running 1 test
1280:  test test_ultra_graph_error ... ok
1281:  test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1282:  �[1m�[32m     Running�[0m tests/graph_like_tests.rs (target/llvm-cov-target/debug/deps/graph_like_tests-1687ccc5c69853ac)
1283:  running 13 tests
1284:  test test_add_edge ... ok
1285:  test test_add_edge_error ... ok
1286:  test test_add_edge_with_weight_err ... ok
1287:  test test_add_edge_with_weight_error ... ok
1288:  test test_add_node ... ok
1289:  test test_contains_edge ... ok
1290:  test test_contains_node ... ok
1291:  test test_get_node ... ok
1292:  test test_get_node_error ... ok
1293:  test test_remove_edge ... ok
1294:  test test_remove_node ... ok
1295:  test test_remove_node_error ... ok
1296:  test test_remove_edge_error ... ok
1297:  test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1298:  �[1m�[32m     Running�[0m tests/graph_outgoing_edges_tests.rs (target/llvm-cov-target/debug/deps/graph_outgoing_edges_tests-bf7db175a3b7af93)
1299:  running 2 tests
1300:  test test_outgoing_edges_error ... ok
1301:  test test_outgoing_edges ... ok
1302:  test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1303:  �[1m�[32m     Running�[0m tests/graph_root_tests.rs (target/llvm-cov-target/debug/deps/graph_root_tests-05db0534f8af7a15)
1304:  running 5 tests
1305:  test test_add_root_node ... ok
1306:  test test_contains_root_node ... ok
1307:  test test_get_root_index ... ok
1308:  test test_get_last_index ... ok
1309:  test test_get_root_node ... ok
1310:  test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1311:  �[1m�[32m     Running�[0m tests/graph_shortest_path_tests.rs (target/llvm-cov-target/debug/deps/graph_shortest_path_tests-ce93d63388678b2c)
1312:  running 2 tests
1313:  test test_shortest_path_error ... ok
1314:  test test_shortest_path ... ok
1315:  test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1316:  �[1m�[32m     Running�[0m tests/graph_storage_tests.rs (target/llvm-cov-target/debug/deps/graph_storage_tests-eab0ec00a1f14e88)
1317:  running 9 tests
1318:  test test_clear ... ok
1319:  test test_get_all_nodes ... ok
1320:  test test_get_get_all_edges_empty ... ok
1321:  test test_get_get_all_edges ... ok
1322:  test test_is_empty ... ok
1323:  test test_get_all_nodes_empty ... ok
1324:  test test_number_edges ... ok
1325:  test test_number_nodes ... ok
1326:  test test_size ... ok
1327:  test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1328:  �[1m�[32m     Running�[0m tests/mod.rs (target/llvm-cov-target/debug/deps/mod-2030c45f5d7c6b04)
1329:  running 36 tests
1330:  test constructor_tests::test_default ... ok
1331:  test constructor_tests::test_new ... ok
1332:  test error_tests::test_ultra_graph_error ... ok
1333:  test graph_like_tests::test_add_edge ... ok
1334:  test graph_like_tests::test_add_edge_error ... ok
1335:  test graph_like_tests::test_add_edge_with_weight_err ... ok
1336:  test constructor_tests::test_with_capacity ... ok
1337:  test graph_like_tests::test_add_edge_with_weight_error ... ok
1338:  test graph_like_tests::test_add_node ... ok
1339:  test constructor_tests::test_new_with_matrix_storage ... ok
1340:  test graph_like_tests::test_contains_edge ... ok
1341:  test graph_like_tests::test_contains_node ... ok
1342:  test graph_like_tests::test_get_node ... ok
1343:  test graph_like_tests::test_remove_edge ... ok
1344:  test graph_like_tests::test_get_node_error ... ok
1345:  test graph_like_tests::test_remove_edge_error ... ok
1346:  test graph_like_tests::test_remove_node ... ok
1347:  test graph_like_tests::test_remove_node_error ... ok
1348:  test graph_outgoing_edges_tests::test_outgoing_edges_error ... ok
1349:  test graph_root_tests::test_add_root_node ... ok
1350:  test graph_outgoing_edges_tests::test_outgoing_edges ... ok
1351:  test graph_root_tests::test_contains_root_node ... ok
1352:  test graph_root_tests::test_get_last_index ... ok
1353:  test graph_root_tests::test_get_root_index ... ok
1354:  test graph_root_tests::test_get_root_node ... ok
1355:  test graph_shortest_path_tests::test_shortest_path ... ok
1356:  test graph_shortest_path_tests::test_shortest_path_error ... ok
1357:  test graph_storage_tests::test_clear ... ok
1358:  test graph_storage_tests::test_get_all_nodes ... ok
1359:  test graph_storage_tests::test_get_all_nodes_empty ... ok
1360:  test graph_storage_tests::test_get_get_all_edges ... ok
1361:  test graph_storage_tests::test_get_get_all_edges_empty ... ok
1362:  test graph_storage_tests::test_is_empty ... ok
1363:  test graph_storage_tests::test_size ... ok
1364:  test graph_storage_tests::test_number_edges ... ok
1365:  test graph_storage_tests::test_number_nodes ... ok
1366:  test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1367:  Finished report saved to lcov.info
1368:  ##[group]Run codecov/codecov-action@v5.4.0
1369:  with:
1370:  files: lcov.info
1371:  fail_ci_if_error: true
1372:  disable_file_fixes: false
...

1495:  CC_SHA: c1797192713b8cef619bc4945b5321119769e215
1496:  CC_PR: 
1497:  CC_BASE_SHA: 
1498:  CC_BINARY: 
1499:  CC_BUILD: 
1500:  CC_BUILD_URL: 
1501:  CC_CODE: 
1502:  CC_DIR: 
1503:  CC_DISABLE_FILE_FIXES: false
1504:  CC_DISABLE_SEARCH: false
1505:  CC_DISABLE_TELEM: false
1506:  CC_DRY_RUN: false
1507:  CC_ENTERPRISE_URL: 
1508:  CC_ENV: 
1509:  CC_EXCLUDES: 
1510:  CC_FAIL_ON_ERROR: true
1511:  CC_FILES: lcov.info
...

1561:  gpg: Total number processed: 1
1562:  gpg:               imported: 1
1563:  �[0;32m==>�[0m Verifying GPG signature integrity
1564:  �[0;32m ->�[0m Downloading �[0;36mhttps://cli.codecov.io/latest/linux/codecov.SHA256SUM�[0m
1565:  �[0;32m ->�[0m Downloading �[0;36mhttps://cli.codecov.io/latest/linux/codecov.SHA256SUM.sig�[0m
1566:  gpg: Signature made Tue Mar 25 00:46:01 2025 UTC
1567:  gpg:                using RSA key 27034E7FDB850E0BBC2C62FF806BB28AED779869
1568:  gpg: Good signature from "Codecov Uploader (Codecov Uploader Verification Key) <security@codecov.io>" [unknown]
1569:  gpg: WARNING: This key is not certified with a trusted signature!
1570:  gpg:          There is no indication that the signature belongs to the owner.
1571:  Primary key fingerprint: 2703 4E7F DB85 0E0B BC2C  62FF 806B B28A ED77 9869
1572:  codecov: OK
1573:  �[0;32m==>�[0m CLI integrity verified
1574:  �[0;32m ->�[0m Token of length 0 detected
1575:  �[0;32m==>�[0m Running upload-coverage
1576:  �[0;36m./codecov  upload-coverage --fail-on-error --git-service github --sha c1797192713b8cef619bc4945b5321119769e215 --file lcov.info --gcov-executable gcov�[0m
1577:  info - 2025-03-25 00:50:07,189 -- ci service found: github-actions
1578:  warning - 2025-03-25 00:50:07,213 -- xcrun is not installed or can't be found.
1579:  warning - 2025-03-25 00:50:07,247 -- No gcov data found.
1580:  warning - 2025-03-25 00:50:07,247 -- coverage.py is not installed or can't be found.
1581:  info - 2025-03-25 00:50:07,335 -- Found 1 coverage files to report
1582:  info - 2025-03-25 00:50:07,335 -- > /home/runner/work/deep_causality/deep_causality/lcov.info
1583:  info - 2025-03-25 00:50:07,623 -- Process Upload complete
1584:  error - 2025-03-25 00:50:07,623 -- Upload failed: {"message":"Token required because branch is protected"}
1585:  �[0;31m==> Failed to run upload-coverage�[0m
1586:  �[0;31m    Exiting...�[0m
1587:  ##[error]Process completed with exit code 1.
1588:  Post job cleanup.

@marvin-hansen marvin-hansen merged commit 57d26ac into main Apr 3, 2025
8 of 9 checks passed
@marvin-hansen marvin-hansen deleted the dependabot/cargo/rust_decimal-1.37.1 branch April 3, 2025 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant