Skip to content

feat: add repo_contributions_synced field to users and skip refetching #1666

feat: add repo_contributions_synced field to users and skip refetching

feat: add repo_contributions_synced field to users and skip refetching #1666

Triggered via push August 2, 2025 14:56
Status Failure
Total duration 1m 11s
Artifacts

elixir.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Test on OTP 27.2 / Elixir 1.18.1: test/algora_web/controllers/webhooks/github_controller_test.exs#L381
test create tips prompts for recipient when attempting to tip issue author who is the tipper (AlgoraWeb.Webhooks.GithubControllerTest)
Test on OTP 27.2 / Elixir 1.18.1: test/algora_web/controllers/webhooks/github_controller_test.exs#L509
test create tips allows autopay after cooldown period expires (AlgoraWeb.Webhooks.GithubControllerTest)
Test on OTP 27.2 / Elixir 1.18.1: test/algora_web/controllers/webhooks/github_controller_test.exs#L554
test create tips cooldown applies per recipient (AlgoraWeb.Webhooks.GithubControllerTest)
Test on OTP 27.2 / Elixir 1.18.1: test/algora_web/controllers/webhooks/github_controller_test.exs#L399
test create tips prompts for amount when only recipient is provided (AlgoraWeb.Webhooks.GithubControllerTest)
Test on OTP 27.2 / Elixir 1.18.1: test/algora_web/controllers/webhooks/github_controller_test.exs#L324
test create tips generates tip payment link when amount and recipient are provided in correct order (AlgoraWeb.Webhooks.GithubControllerTest)
Test on OTP 27.2 / Elixir 1.18.1: test/algora_web/controllers/webhooks/github_controller_test.exs#L309
test create tips rejects tip command when user is unauthorized (AlgoraWeb.Webhooks.GithubControllerTest)
Test on OTP 27.2 / Elixir 1.18.1: test/algora_web/controllers/webhooks/github_controller_test.exs#L362
test create tips generates tip payment link when amount is provided and recipient is inferred from issue (AlgoraWeb.Webhooks.GithubControllerTest)
Test on OTP 27.2 / Elixir 1.18.1: test/algora/bounties_test.exs#L30
test bounties create (Algora.BountiesTest)
Test on OTP 27.2 / Elixir 1.18.1: test/algora/payments_test.exs#L286
test refresh_stripe_account/1 executes pending transfers (Algora.PaymentsTest)
Test on OTP 27.2 / Elixir 1.18.1: test/algora_web/controllers/webhooks/stripe_controller_test.exs#L29
test handle_event/1 for charge.succeeded updates transaction statuses and marks associated records as paid (AlgoraWeb.Webhooks.StripeControllerTest)