this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

v1.6.2

+7 -2
+6 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## v1.6.2 - 2025-08-23 4 + 5 + - Fixed a bug where the number of passes was reported as the total number of 6 + test. 7 + 3 8 ## v1.6.1 - 2025-07-23 4 9 5 10 - Fixed a bug where the number of skipped tests could be omitted. ··· 36 41 37 42 ## v1.2.0 - 2024-06-20 38 43 39 - - The Gleam standard library version requirement has been relaxed to 44 + - The Gleam standard library version requirement has been relaxed to 40 45 `>= 0.33.0 and < 2.0.0`. 41 46 42 47 ## v1.1.2 - 2024-03-30
+1 -1
gleam.toml
··· 1 1 name = "gleeunit" 2 - version = "1.6.1" 2 + version = "1.6.2" 3 3 licences = ["Apache-2.0"] 4 4 description = "A simple test runner for Gleam, using EUnit on Erlang" 5 5 repository = { type = "github", user = "lpil", repo = "gleeunit" }