Skip to content

Commit

Permalink
check coverage="user"
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Dec 18, 2023
1 parent 5ebf6c8 commit 59329c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pkg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ temp_pkg_dir() do project_path
recursive_rm_cov_files(pkgdir) # clean out cov files from previous test runs

@test !any(endswith(".cov"), readdir(pkgdir)) # should be no cov files to start with
Pkg.test(TEST_PKG.name; coverage=true)
Pkg.test(TEST_PKG.name; coverage="user")
@show readdir(pkgdir) pkgdir
sleep(5)
@show readdir(pkgdir) pkgdir
Expand Down

0 comments on commit 59329c0

Please sign in to comment.