Skip to content

Add test assertion for PersistValue round-trip #652

Add test assertion for PersistValue round-trip

Add test assertion for PersistValue round-trip #652

Triggered via pull request June 26, 2024 18:40
Status Failure
Total duration 2m 28s
Artifacts

ci.yml

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

Annotations

1 error and 5 warnings
lint
HLint failed with status: 1. Warning (1)
lint: library/Freckle/App/Test/Http/MatchRequest.hs#L83
Warning in hasExplicitPath in module Freckle.App.Test.Http.MatchRequest: Use any ▫︎ Found: "any ((`isPrefixOf` url) . toUrlPrefix)\n $ concat\n [[Just port], Nothing <$ guard (secure && port == 443),\n Nothing <$ guard (not secure && port == 80)]" ▫︎ Perhaps: "any\n (any ((`isPrefixOf` url) . toUrlPrefix))\n [[Just port], Nothing <$ guard (secure && port == 443),\n Nothing <$ guard (not secure && port == 80)]"
test (stack.yaml)
inputs.stack-yaml is deprecated. Set env.STACK_YAML or use inputs.stack-arguments instead.
test (stack-lts-20.26.yaml)
inputs.stack-yaml is deprecated. Set env.STACK_YAML or use inputs.stack-arguments instead.
test (stack-lts-21.25.yaml)
inputs.stack-yaml is deprecated. Set env.STACK_YAML or use inputs.stack-arguments instead.
test (stack-nightly.yaml)
inputs.stack-yaml is deprecated. Set env.STACK_YAML or use inputs.stack-arguments instead.