From 4517aba8eb58b46f7c36ec4bfd3a0c49ee3813cb Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Mon, 11 Oct 2021 22:16:40 +0200 Subject: Cleanned nimfunge98.nimble --- nimfunge98.nimble | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'nimfunge98.nimble') diff --git a/nimfunge98.nimble b/nimfunge98.nimble index 4a21707..6ff1edc 100644 --- a/nimfunge98.nimble +++ b/nimfunge98.nimble @@ -16,9 +16,6 @@ requires "nim >= 1.4.8" task tests, "Runs the test suite": exec "testament pattern \"tests/*.nim\"" -task coverage, "Run all tests and calculate coverage": - exec "coco --target 'tests/**/*.nim' --cov '!tests,!nimcache'" - import os, strformat task fmt, "Run nimpretty on all git-managed .nim files in the current repo": @@ -37,7 +34,5 @@ task fmt, "Run nimpretty on all git-managed .nim files in the current repo": exec(cmd) task clean, "Clean": - exec "rm -rf coverage lcov.info nimcache" - exec "rm -rf outputGotten.txt testresults tests/megatest.nim" - exec "rm -rf src/htmldocs" + exec "rm -rf nimcache testresults tests/megatest.nim" exec "find tests/ -type f -executable -delete" -- cgit v1.2.3