File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ using Coverage
1313# 2. Generates an LCOV file (coverage/lcov.info).
1414# 3. Generates a markdown summary (coverage/cov_report.md).
1515# 4. Archives used .cov files to keep the directory clean.
16- CTBase. postprocess_coverage (;
17- root_dir= dirname (@__DIR__ ) # Point to the package root
18- )
16+ CTBase. postprocess_coverage (;
17+ root_dir= dirname (@__DIR__ ), # Point to the package root
18+ )
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ function test_exceptions()
7272 output2 = sprint (showerror, e2)
7373 @test occursin (" Ext1" , output2)
7474 @test occursin (" Ext2" , output2)
75-
75+
7676 # Test with optional message
7777 e_msg = CTBase. ExtensionError (:MyExt ; message= " to enable feature X" )
7878 output_msg = sprint (showerror, e_msg)
You can’t perform that action at this time.
0 commit comments