Skip to content

Add BitcrowdEcto.FixedWidthInteger #46

Add BitcrowdEcto.FixedWidthInteger

Add BitcrowdEcto.FixedWidthInteger #46

Triggered via pull request December 6, 2023 12:38
Status Failure
Total duration 1m 55s
Artifacts

config.yml

on: pull_request
Matrix: Build and test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
Build and test (23.1.1, 1.12.2)
Process completed with exit code 12.
Build and test (23.1.1, 1.12.2): test/bitcrowd_ecto/fixed_width_integer_test.exs#L33
Numbers larger than 9999 should be written with underscores: 32_768
Build and test (23.1.1, 1.12.2): test/bitcrowd_ecto/fixed_width_integer_test.exs#L33
Numbers larger than 9999 should be written with underscores: 32_769
Build and test (23.1.1, 1.12.2): test/bitcrowd_ecto/fixed_width_integer_test.exs#L28
Numbers larger than 9999 should be written with underscores: 32_767
Build and test (23.1.1, 1.12.2): test/bitcrowd_ecto/fixed_width_integer_test.exs#L28
Numbers larger than 9999 should be written with underscores: 32_768
Build and test (23.1.1, 1.12.2): lib/bitcrowd_ecto/fixed_width_integer.ex#L16
Function is too complex (cyclomatic complexity is 10, max is 9).