Skip to content

Commit

Permalink
add coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
akbarnes committed Sep 28, 2024
1 parent d8bc8ed commit d8148b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gen_coverage.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
using Pkg, Coverage
Pkg.test("PowerModelsGMD", coverage=true)
cov = generate_coverage()
LCOV.writefile("coverage-lcov.info", cov)

0 comments on commit d8148b7

Please sign in to comment.