Skip to content

Commit

Permalink
Merge b809e78 into 8ef9bd3
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge committed Jun 8, 2021
2 parents 8ef9bd3 + b809e78 commit 1df9aae
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ uuid = "c36e975a-824b-4404-a568-ef97ca766997"
authors = ["Iain Dunning <iaindunning@gmail.com>"]
version = "1.2.2"

[deps]
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"

[compat]
julia = "0.7, 1"

Expand Down
1 change: 0 additions & 1 deletion src/CoverageTools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# https://github.com/JuliaCI/CoverageTools.jl
#######################################################################
module CoverageTools
using LibGit2

export process_folder, process_file
export clean_folder, clean_file
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://github.com/JuliaCI/CoverageTools.jl
#######################################################################

using CoverageTools, Test, LibGit2
using CoverageTools, Test

if VERSION < v"1.1-"
isnothing(x) = false
Expand Down

0 comments on commit 1df9aae

Please sign in to comment.