summaryrefslogtreecommitdiff
path: root/.luacov
Commit message (Collapse)AuthorAgeFilesLines
* Move everything to a single fileAndrey Listopadov2023-08-261-10/+0
| | | | | | | Now the library is fully self-contained and doesn't require any special flags to be used. Macros are now shipped inside the library itself and can be required by user code by requiring the same module name as the library.
* exclude compiled cljlib.lua from luacov statisticsAndrey Listopadov2022-10-301-1/+1
|
* release v1.0.0Andrey Listopadov2022-08-211-1/+1
| | | | Almost complete rewrite of the library, complete with lazy sequences, immutable tables, transients, transducers, better equality semantics, and more correct code generation in macros.
* Try multi value returnAndrey Listopadov2021-05-101-1/+1
|
* fix: exclude .cache dir from luacovAndrey Listopadov2021-03-141-1/+1
|
* fix(CI): overhaulAndrey Orst2020-11-121-5/+3
|
* fix(CI): update luacov pipelineAndrey Orst2020-11-071-3/+6
|
* feature(CI): add coverage reportAndrey Orst2020-11-011-0/+9