Skip to content

Commit

Permalink
Merge pull request #18 from JuliaHealth/tcp-patch-diff
Browse files Browse the repository at this point in the history
Test CodeCov on dummy function
  • Loading branch information
TheCedarPrince authored May 9, 2024
2 parents 159ada5 + 41d6264 commit a23e2d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
5 changes: 5 additions & 0 deletions src/OMOPCDMPathways.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
module OMOPCDMPathways

# Write your package code here.
function hello()
"world"
end

export hello

end
9 changes: 1 addition & 8 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ using Test

@testset "OMOPCDMPathways.jl" begin
# Write your tests here.
@test 2 + 2 == 4
@test hello() == "world"

# Dummy tests
@testset "Dummy tests" begin
@test true
@test 1 + 1 == 2
@test 2 * 2 == 4
@test 2 ^ 2 == 4
end
end

0 comments on commit a23e2d3

Please sign in to comment.