CodeTracking.jl
CodeTracking.jl copied to clipboard
bump cov - update `ci.yml` - fix tests on local build
- improve coverage, simplify some tests;
- update
ci.yml(useaction@latestwhere possible, andjulia-actions/cache@v1); - julia: drop
1.0, min is now1.6LTS (JuliaInterpreter,Cthulhu,Debugger,Revise✔: this will require bump to1.1.0), drop1.0compat code; - remove unnecessary
joinpathinutils.jl(abspathalready joins paths); - fix
@test occursin(Sys.STDLIB, whereis(m)[1])on a local julia build where the source files are available locally on the fs.
@timholy, I guess you missed this PR, too bad for 1.1.0 (https://github.com/timholy/CodeTracking.jl/commit/426fc0e5af69ca410f3a1b77458db5fc5d68e864).
Sorry I missed this, and thanks for the very nice cleanup!