Skip to content

Commit

Permalink
add uncovered function
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickersing committed Jan 15, 2024
1 parent 4ca97ca commit 2a0d7ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/TrixiShallowWater.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ using Trixi: Trixi
foo() = true
bar() = false
baz() = Trixi.examples_dir()
foo2() = true

Check warning on line 9 in src/TrixiShallowWater.jl

View check run for this annotation

Codecov / codecov/patch

src/TrixiShallowWater.jl#L9

Added line #L9 was not covered by tests

end
end

0 comments on commit 2a0d7ec

Please sign in to comment.