Undelete main.jl

This commit is contained in:
Sascha Mann
2020-08-04 17:07:12 +02:00
parent 9d5ffc5655
commit d2bbf07e54

11
main.jl Normal file
View File

@@ -0,0 +1,11 @@
using Pkg
Pkg.activate("coveragetempenv", shared=true)
Pkg.add(PackageSpec(name="CoverageTools"))
using CoverageTools
pf = process_folder()
LCOV.writefile("lcov.info", pf)