Skip to content

add support for currency conversions and comparisons #1215

add support for currency conversions and comparisons

add support for currency conversions and comparisons #1215

Triggered via pull request July 10, 2023 07:55
Status Failure
Total duration 2m 30s
Artifacts

webapp.yaml

on: pull_request
Matrix: Dependencies
Matrix: Static Code Analysis
Matrix: Unit Tests
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 warnings
Static Code Analysis (1.14.5, 25)
Process completed with exit code 8.
Unit Tests (1.14.5, 25): test/banchan_web/live/studio_live/payouts_test.exs#L278
test trigger payout payout button disabled if no balance (BanchanWeb.StudioLive.PayoutsTest)
Unit Tests (1.14.5, 25): test/banchan_web/live/studio_live/payouts_test.exs#L234
test view stats Displays multiple balance currencies reasonably (BanchanWeb.StudioLive.PayoutsTest)
Unit Tests (1.14.5, 25): test/banchan_web/live/studio_live/payouts_test.exs#L306
test trigger payout payout button triggers a payout (BanchanWeb.StudioLive.PayoutsTest)
Unit Tests (1.14.5, 25): test/banchan_web/live/studio_live/payouts_test.exs#L68
test base page behaviors redirects if stripe not enabled (BanchanWeb.StudioLive.PayoutsTest)
Unit Tests (1.14.5, 25): test/banchan_web/live/studio_live/payouts_test.exs#L85
test base page behaviors redirect if user is not a member (BanchanWeb.StudioLive.PayoutsTest)
Unit Tests (1.14.5, 25): test/banchan_web/live/studio_live/payouts_test.exs#L476
test cancel payout cancels payout when it's pending (BanchanWeb.StudioLive.PayoutsTest)
Unit Tests (1.14.5, 25): test/banchan_web/live/studio_live/payouts_test.exs#L61
test base page behaviors redirects if logged out (BanchanWeb.StudioLive.PayoutsTest)
Unit Tests (1.14.5, 25): test/banchan_web/live/studio_live/payouts_test.exs#L381
test trigger payout failed payouts report stripe errors (BanchanWeb.StudioLive.PayoutsTest)
Unit Tests (1.14.5, 25): test/banchan_web/live/studio_live/payouts_test.exs#L94
test base page behaviors can navigate to and from listing (BanchanWeb.StudioLive.PayoutsTest)
Unit Tests (1.14.5, 25): test/banchan_web/live/commission_live/invoice_test.exs#L669
test refunding an invoice refund needs further action (BanchanWeb.CommissionLive.InvoiceTest)
Static Code Analysis (1.14.5, 25): lib/banchan/payments/payments.ex#L623
Function is too complex (cyclomatic complexity is 12, max is 9).
Static Code Analysis (1.14.5, 25): lib/banchan/payments/payments.ex#L701
Function is too complex (cyclomatic complexity is 11, max is 9).