Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
albertored committed Mar 3, 2023
1 parent 323bef6 commit 9e855c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/cobertura_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ defmodule ExCoveralls.CoberturaTest do
"----------------\n"

setup do
ExCoveralls.ConfServer.clear()
path = Path.expand(@file_name, @test_output_dir)

# Assert does not exist prior to write
Expand All @@ -30,6 +31,8 @@ defmodule ExCoveralls.CoberturaTest do
File.rm!(path)
File.rmdir!(@test_output_dir)
end

ExCoveralls.ConfServer.clear()
end)

{:ok, report: path}
Expand Down

0 comments on commit 9e855c9

Please sign in to comment.