{"id":19681023,"url":"https://github.com/codewars/hspec-formatters-codewars","last_synced_at":"2025-02-27T06:40:43.720Z","repository":{"id":73890198,"uuid":"319755365","full_name":"codewars/hspec-formatters-codewars","owner":"codewars","description":"Hspec formatter for Codewars","archived":false,"fork":false,"pushed_at":"2023-02-16T06:38:34.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-01-10T05:36:13.376Z","etag":null,"topics":["code-runner","haskell","hspec","test-reporting"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codewars.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-08T20:39:25.000Z","updated_at":"2022-09-08T18:50:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"dbfaa163-d267-4985-a3d4-98c7ea7acf9c","html_url":"https://github.com/codewars/hspec-formatters-codewars","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fhspec-formatters-codewars","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fhspec-formatters-codewars/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fhspec-formatters-codewars/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fhspec-formatters-codewars/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewars","download_url":"https://codeload.github.com/codewars/hspec-formatters-codewars/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240990719,"owners_count":19889929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["code-runner","haskell","hspec","test-reporting"],"created_at":"2024-11-11T18:06:44.178Z","updated_at":"2025-02-27T06:40:43.711Z","avatar_url":"https://github.com/codewars.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Test.Hspec.Formatters.Codewars\n\nHspec formatter for [Qualified](https://www.qualified.io/) and [Codewars](https://www.codewars.com).\n\n## Usage\n\nSpecify `codewars` formatter:\n\n```haskell\n-- test/Main.hs\nmodule Main (main) where\n\nimport Test.Hspec.Runner\nimport Test.Hspec.Formatters.Codewars (newFormatter)\nimport Test.Hspec.Core.Formatters.V2 (formatterToFormat)\n\nimport qualified Spec\n\nmain :: IO ()\nmain = do\n  codewars \u003c- newFormatter\n  runSpec Spec.spec defaultConfig {configFormat = Just $ formatterToFormat codewars}\n  \u003e\u003e= evaluateSummary\n```\n\n```haskell\n-- test/Spec.hs\n{-# OPTIONS_GHC -F -pgmF hspec-discover -optF --module-name=Spec #-}\n```\n\n## Development\n\n```shell\nstack build\nstack test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewars%2Fhspec-formatters-codewars","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewars%2Fhspec-formatters-codewars","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewars%2Fhspec-formatters-codewars/lists"}