Coverage

← Back to package list

If you think that there is an error in how your package is being tested or represented, please file an issue at NewPkgEval.jl, making sure to read the FAQ first.

Results with Julia v1.2.0

Testing was unsuccessful: package has test failures. Last evaluation was ago and took 1 minute, 30 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed IniFile ──────── v0.5.0
 Installed Parsers ──────── v0.3.10
 Installed MbedTLS ──────── v0.7.0
 Installed Coverage ─────── v0.9.3
 Installed BinaryProvider ─ v0.5.8
 Installed HTTP ─────────── v0.8.8
 Installed JSON ─────────── v0.21.0
  Updating `~/.julia/environments/v1.2/Project.toml`
  [a2441757] + Coverage v0.9.3
  Updating `~/.julia/environments/v1.2/Manifest.toml`
  [b99e7846] + BinaryProvider v0.5.8
  [a2441757] + Coverage v0.9.3
  [cd3eb016] + HTTP v0.8.8
  [83e8ac13] + IniFile v0.5.0
  [682c06a0] + JSON v0.21.0
  [739be429] + MbedTLS v0.7.0
  [69de0a69] + Parsers v0.3.10
  [2a0f44e3] + Base64 
  [ade2ca70] + Dates 
  [8ba89e20] + Distributed 
  [b77e0a4c] + InteractiveUtils 
  [76f85450] + LibGit2 
  [8f399da3] + Libdl 
  [56ddb016] + Logging 
  [d6f4376e] + Markdown 
  [a63ad114] + Mmap 
  [de0858da] + Printf 
  [9a3f8284] + Random 
  [ea8e919c] + SHA 
  [9e88b42a] + Serialization 
  [6462fe0b] + Sockets 
  [8dfed614] + Test 
  [4ec0a83e] + Unicode 
  Building MbedTLS → `~/.julia/packages/MbedTLS/a1JFn/deps/build.log`
   Testing Coverage
 Resolving package versions...
    Status `/tmp/jl_eFUhlA/Manifest.toml`
  [b99e7846] BinaryProvider v0.5.8
  [a2441757] Coverage v0.9.3
  [cd3eb016] HTTP v0.8.8
  [83e8ac13] IniFile v0.5.0
  [682c06a0] JSON v0.21.0
  [739be429] MbedTLS v0.7.0
  [69de0a69] Parsers v0.3.10
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [76f85450] LibGit2  [`@stdlib/LibGit2`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [a63ad114] Mmap  [`@stdlib/Mmap`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [ea8e919c] SHA  [`@stdlib/SHA`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [8dfed614] Test  [`@stdlib/Test`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
[ Info: Coverage.process_file: Detecting coverage for test/data/Coverage.jl
[ Info: Coverage.process_cov: processing test/data/Coverage.jl.cov
[ Info: Coverage.LCOV.readfolder: Searching test/data for .info files...
[ Info: Coverage.LCOV.readfolder: Searching test/data/tracefiles for .info files...
[ Info: Coverage.process_file: Detecting coverage for test/data/testparser.jl
[ Info: Coverage.process_cov: processing test/data/testparser.jl.143.cov
[ Info: Coverage.process_folder: Searching test/data for .jl files...
[ Info: Coverage.process_file: Detecting coverage for test/data/Coverage.jl
[ Info: Coverage.process_cov: processing test/data/Coverage.jl.cov
[ Info: Coverage.process_file: Detecting coverage for test/data/testparser.jl
[ Info: Coverage.process_cov: processing test/data/testparser.jl.143.cov
[ Info: Coverage.process_folder: Searching test/data/tracefiles for .jl files...
[ Info: Coverage.process_file: Detecting coverage for test/data/testparser.jl
[ Info: Coverage.process_cov: processing test/data/testparser.jl.143.cov
┌ Info: Coverage.process_cov: Coverage file(s) for test/fakefile do not exist.
└ Assuming file has no coverage.
[ Info: Removing test/data_temp/Coverage.jl.cov
[ Info: Removing test/data_temp/testparser.jl.143.cov
coveralls: Error During Test at /root/.julia/packages/Coverage/hf37Q/test/runtests.jl:556
  Got exception outside of a @test
  GitError(Code:ENOTFOUND, Class:Repository, could not find repository from '/root/.julia/packages/Coverage/hf37Q/test')
  Stacktrace:
   [1] macro expansion at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/LibGit2/src/error.jl:101 [inlined]
   [2] GitRepoExt(::String, ::UInt32) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/LibGit2/src/repository.jl:26
   [3] GitRepoExt at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/LibGit2/src/repository.jl:23 [inlined]
   [4] query_git_info(::String) at /root/.julia/packages/Coverage/hf37Q/src/coveralls.jl:118 (repeats 2 times)
   [5] macro expansion at /root/.julia/packages/Coverage/hf37Q/test/runtests.jl:560 [inlined]
   [6] macro expansion at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Test/src/Test.jl:1113 [inlined]
   [7] (::getfield(Main, Symbol("##3#35")))() at /root/.julia/packages/Coverage/hf37Q/test/runtests.jl:560
   [8] withenv(::getfield(Main, Symbol("##3#35")), ::Pair{String,Nothing}) at ./env.jl:161
   [9] top-level scope at /root/.julia/packages/Coverage/hf37Q/test/runtests.jl:15
   [10] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Test/src/Test.jl:1113
   [11] top-level scope at /root/.julia/packages/Coverage/hf37Q/test/runtests.jl:15
   [12] include at ./boot.jl:328 [inlined]
   [13] include_relative(::Module, ::String) at ./loading.jl:1094
   [14] include(::Module, ::String) at ./Base.jl:31
   [15] include(::String) at ./client.jl:431
   [16] top-level scope at none:5
   [17] eval(::Module, ::Any) at ./boot.jl:330
   [18] exec_options(::Base.JLOptions) at ./client.jl:271
   [19] _start() at ./client.jl:464
  
Test Summary:         | Pass  Error  Total
Coverage              |  192      1    193
  iscovfile           |   12            12
  isfuncexpr          |   10            10
  Processing coverage |   24            24
  codecovio.jl        |  146           146
  coveralls           |           1      1
ERROR: LoadError: Some tests did not pass: 192 passed, 0 failed, 1 errored, 0 broken.
in expression starting at /root/.julia/packages/Coverage/hf37Q/test/runtests.jl:14
ERROR: Package Coverage errored during testing
Stacktrace:
 [1] pkgerror(::String, ::Vararg{String,N} where N) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/Types.jl:112
 [2] #test#119(::Bool, ::Nothing, ::typeof(Pkg.Operations.test), ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/Operations.jl:1288
 [3] #test at ./none:0 [inlined]
 [4] #test#62(::Bool, ::Nothing, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(Pkg.API.test), ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/API.jl:245
 [5] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/API.jl:233 [inlined]
 [6] #test#61 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/API.jl:230 [inlined]
 [7] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/API.jl:230 [inlined]
 [8] #test#60 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/API.jl:229 [inlined]
 [9] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/API.jl:229 [inlined]
 [10] #test#59(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(Pkg.API.test), ::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/API.jl:228
 [11] test(::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/API.jl:228
 [12] top-level scope at none:10

Results with Julia v1.3.0

Testing was unsuccessful: package has test failures. Last evaluation was ago and took 1 minute, 24 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed IniFile ──────── v0.5.0
 Installed Parsers ──────── v0.3.10
 Installed MbedTLS ──────── v0.7.0
 Installed Coverage ─────── v0.9.3
 Installed HTTP ─────────── v0.8.8
 Installed BinaryProvider ─ v0.5.8
 Installed JSON ─────────── v0.21.0
  Updating `~/.julia/environments/v1.3/Project.toml`
  [a2441757] + Coverage v0.9.3
  Updating `~/.julia/environments/v1.3/Manifest.toml`
  [b99e7846] + BinaryProvider v0.5.8
  [a2441757] + Coverage v0.9.3
  [cd3eb016] + HTTP v0.8.8
  [83e8ac13] + IniFile v0.5.0
  [682c06a0] + JSON v0.21.0
  [739be429] + MbedTLS v0.7.0
  [69de0a69] + Parsers v0.3.10
  [2a0f44e3] + Base64 
  [ade2ca70] + Dates 
  [8ba89e20] + Distributed 
  [b77e0a4c] + InteractiveUtils 
  [76f85450] + LibGit2 
  [8f399da3] + Libdl 
  [56ddb016] + Logging 
  [d6f4376e] + Markdown 
  [a63ad114] + Mmap 
  [de0858da] + Printf 
  [9a3f8284] + Random 
  [ea8e919c] + SHA 
  [9e88b42a] + Serialization 
  [6462fe0b] + Sockets 
  [8dfed614] + Test 
  [4ec0a83e] + Unicode 
  Building MbedTLS → `~/.julia/packages/MbedTLS/a1JFn/deps/build.log`
   Testing Coverage
 Resolving package versions...
    Status `/tmp/jl_WCMWBN/Manifest.toml`
  [b99e7846] BinaryProvider v0.5.8
  [a2441757] Coverage v0.9.3
  [cd3eb016] HTTP v0.8.8
  [83e8ac13] IniFile v0.5.0
  [682c06a0] JSON v0.21.0
  [739be429] MbedTLS v0.7.0
  [69de0a69] Parsers v0.3.10
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [76f85450] LibGit2  [`@stdlib/LibGit2`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [a63ad114] Mmap  [`@stdlib/Mmap`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [ea8e919c] SHA  [`@stdlib/SHA`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [8dfed614] Test  [`@stdlib/Test`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
[ Info: Coverage.process_file: Detecting coverage for test/data/Coverage.jl
[ Info: Coverage.process_cov: processing test/data/Coverage.jl.cov
[ Info: Coverage.LCOV.readfolder: Searching test/data for .info files...
[ Info: Coverage.LCOV.readfolder: Searching test/data/tracefiles for .info files...
[ Info: Coverage.process_file: Detecting coverage for test/data/testparser.jl
[ Info: Coverage.process_cov: processing test/data/testparser.jl.149.cov
[ Info: Coverage.process_folder: Searching test/data for .jl files...
[ Info: Coverage.process_file: Detecting coverage for test/data/Coverage.jl
[ Info: Coverage.process_cov: processing test/data/Coverage.jl.cov
[ Info: Coverage.process_file: Detecting coverage for test/data/testparser.jl
[ Info: Coverage.process_cov: processing test/data/testparser.jl.149.cov
[ Info: Coverage.process_folder: Searching test/data/tracefiles for .jl files...
[ Info: Coverage.process_file: Detecting coverage for test/data/testparser.jl
[ Info: Coverage.process_cov: processing test/data/testparser.jl.149.cov
┌ Info: Coverage.process_cov: Coverage file(s) for test/fakefile do not exist.
└ Assuming file has no coverage.
[ Info: Removing test/data_temp/Coverage.jl.cov
[ Info: Removing test/data_temp/testparser.jl.149.cov
coveralls: Error During Test at /root/.julia/packages/Coverage/hf37Q/test/runtests.jl:556
  Got exception outside of a @test
  GitError(Code:ENOTFOUND, Class:Repository, could not find repository from '/root/.julia/packages/Coverage/hf37Q/test')
  Stacktrace:
   [1] macro expansion at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/LibGit2/src/error.jl:101 [inlined]
   [2] GitRepoExt(::String, ::UInt32) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/LibGit2/src/repository.jl:26
   [3] GitRepoExt at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/LibGit2/src/repository.jl:23 [inlined]
   [4] query_git_info(::String) at /root/.julia/packages/Coverage/hf37Q/src/coveralls.jl:118
   [5] macro expansion at /root/.julia/packages/Coverage/hf37Q/src/coveralls.jl:118 [inlined]
   [6] (::var"#3#35")() at /root/.julia/packages/Coverage/hf37Q/test/runtests.jl:560
   [7] withenv(::var"#3#35", ::Pair{String,Nothing}) at ./env.jl:161
   [8] top-level scope at /root/.julia/packages/Coverage/hf37Q/test/runtests.jl:15
   [9] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Test/src/Test.jl:1107
   [10] top-level scope at /root/.julia/packages/Coverage/hf37Q/test/runtests.jl:15
   [11] include at ./boot.jl:328 [inlined]
   [12] include_relative(::Module, ::String) at ./loading.jl:1105
   [13] include(::Module, ::String) at ./Base.jl:31
   [14] include(::String) at ./client.jl:424
   [15] top-level scope at none:6
   [16] eval(::Module, ::Any) at ./boot.jl:330
   [17] exec_options(::Base.JLOptions) at ./client.jl:263
   [18] _start() at ./client.jl:460
  
Test Summary:         | Pass  Error  Total
Coverage              |  192      1    193
  iscovfile           |   12            12
  isfuncexpr          |   10            10
  Processing coverage |   24            24
  codecovio.jl        |  146           146
  coveralls           |           1      1
ERROR: LoadError: Some tests did not pass: 192 passed, 0 failed, 1 errored, 0 broken.
in expression starting at /root/.julia/packages/Coverage/hf37Q/test/runtests.jl:14
ERROR: Package Coverage errored during testing
Stacktrace:
 [1] pkgerror(::String, ::Vararg{String,N} where N) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/Types.jl:113
 [2] #test#131(::Bool, ::Nothing, ::Cmd, ::Cmd, ::typeof(Pkg.Operations.test), ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/Operations.jl:1370
 [3] #test at ./none:0 [inlined]
 [4] #test#62(::Bool, ::Nothing, ::Cmd, ::Cmd, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(Pkg.API.test), ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:253
 [5] test(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:239
 [6] #test#61 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:233 [inlined]
 [7] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:233 [inlined]
 [8] #test#60 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:232 [inlined]
 [9] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:232 [inlined]
 [10] #test#59(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(Pkg.API.test), ::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:231
 [11] test(::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:231
 [12] top-level scope at none:10

Results with Julia v1.3.1-pre-7704df0a5a

Testing was unsuccessful: package has test failures. Last evaluation was ago and took 1 minute, 31 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed IniFile ──────── v0.5.0
 Installed Parsers ──────── v0.3.10
 Installed MbedTLS ──────── v0.7.0
 Installed Coverage ─────── v0.9.3
 Installed HTTP ─────────── v0.8.8
 Installed BinaryProvider ─ v0.5.8
 Installed JSON ─────────── v0.21.0
  Updating `~/.julia/environments/v1.3/Project.toml`
  [a2441757] + Coverage v0.9.3
  Updating `~/.julia/environments/v1.3/Manifest.toml`
  [b99e7846] + BinaryProvider v0.5.8
  [a2441757] + Coverage v0.9.3
  [cd3eb016] + HTTP v0.8.8
  [83e8ac13] + IniFile v0.5.0
  [682c06a0] + JSON v0.21.0
  [739be429] + MbedTLS v0.7.0
  [69de0a69] + Parsers v0.3.10
  [2a0f44e3] + Base64 
  [ade2ca70] + Dates 
  [8ba89e20] + Distributed 
  [b77e0a4c] + InteractiveUtils 
  [76f85450] + LibGit2 
  [8f399da3] + Libdl 
  [56ddb016] + Logging 
  [d6f4376e] + Markdown 
  [a63ad114] + Mmap 
  [de0858da] + Printf 
  [9a3f8284] + Random 
  [ea8e919c] + SHA 
  [9e88b42a] + Serialization 
  [6462fe0b] + Sockets 
  [8dfed614] + Test 
  [4ec0a83e] + Unicode 
  Building MbedTLS → `~/.julia/packages/MbedTLS/a1JFn/deps/build.log`
   Testing Coverage
 Resolving package versions...
    Status `/tmp/jl_noxtx7/Manifest.toml`
  [b99e7846] BinaryProvider v0.5.8
  [a2441757] Coverage v0.9.3
  [cd3eb016] HTTP v0.8.8
  [83e8ac13] IniFile v0.5.0
  [682c06a0] JSON v0.21.0
  [739be429] MbedTLS v0.7.0
  [69de0a69] Parsers v0.3.10
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [76f85450] LibGit2  [`@stdlib/LibGit2`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [a63ad114] Mmap  [`@stdlib/Mmap`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [ea8e919c] SHA  [`@stdlib/SHA`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [8dfed614] Test  [`@stdlib/Test`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
[ Info: Coverage.process_file: Detecting coverage for test/data/Coverage.jl
[ Info: Coverage.process_cov: processing test/data/Coverage.jl.cov
[ Info: Coverage.LCOV.readfolder: Searching test/data for .info files...
[ Info: Coverage.LCOV.readfolder: Searching test/data/tracefiles for .info files...
[ Info: Coverage.process_file: Detecting coverage for test/data/testparser.jl
[ Info: Coverage.process_cov: processing test/data/testparser.jl.146.cov
[ Info: Coverage.process_folder: Searching test/data for .jl files...
[ Info: Coverage.process_file: Detecting coverage for test/data/Coverage.jl
[ Info: Coverage.process_cov: processing test/data/Coverage.jl.cov
[ Info: Coverage.process_file: Detecting coverage for test/data/testparser.jl
[ Info: Coverage.process_cov: processing test/data/testparser.jl.146.cov
[ Info: Coverage.process_folder: Searching test/data/tracefiles for .jl files...
[ Info: Coverage.process_file: Detecting coverage for test/data/testparser.jl
[ Info: Coverage.process_cov: processing test/data/testparser.jl.146.cov
┌ Info: Coverage.process_cov: Coverage file(s) for test/fakefile do not exist.
└ Assuming file has no coverage.
[ Info: Removing test/data_temp/Coverage.jl.cov
[ Info: Removing test/data_temp/testparser.jl.146.cov
coveralls: Error During Test at /root/.julia/packages/Coverage/hf37Q/test/runtests.jl:556
  Got exception outside of a @test
  GitError(Code:ENOTFOUND, Class:Repository, could not find repository from '/root/.julia/packages/Coverage/hf37Q/test')
  Stacktrace:
   [1] macro expansion at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/LibGit2/src/error.jl:101 [inlined]
   [2] GitRepoExt(::String, ::UInt32) at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/LibGit2/src/repository.jl:26
   [3] GitRepoExt at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/LibGit2/src/repository.jl:23 [inlined]
   [4] query_git_info(::String) at /root/.julia/packages/Coverage/hf37Q/src/coveralls.jl:118
   [5] macro expansion at /root/.julia/packages/Coverage/hf37Q/src/coveralls.jl:118 [inlined]
   [6] (::var"#3#35")() at /root/.julia/packages/Coverage/hf37Q/test/runtests.jl:560
   [7] withenv(::var"#3#35", ::Pair{String,Nothing}) at ./env.jl:161
   [8] top-level scope at /root/.julia/packages/Coverage/hf37Q/test/runtests.jl:15
   [9] top-level scope at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Test/src/Test.jl:1107
   [10] top-level scope at /root/.julia/packages/Coverage/hf37Q/test/runtests.jl:15
   [11] include at ./boot.jl:328 [inlined]
   [12] include_relative(::Module, ::String) at ./loading.jl:1105
   [13] include(::Module, ::String) at ./Base.jl:31
   [14] include(::String) at ./client.jl:424
   [15] top-level scope at none:6
   [16] eval(::Module, ::Any) at ./boot.jl:330
   [17] exec_options(::Base.JLOptions) at ./client.jl:263
   [18] _start() at ./client.jl:460
  
Test Summary:         | Pass  Error  Total
Coverage              |  192      1    193
  iscovfile           |   12            12
  isfuncexpr          |   10            10
  Processing coverage |   24            24
  codecovio.jl        |  146           146
  coveralls           |           1      1
ERROR: LoadError: Some tests did not pass: 192 passed, 0 failed, 1 errored, 0 broken.
in expression starting at /root/.julia/packages/Coverage/hf37Q/test/runtests.jl:14
ERROR: Package Coverage errored during testing
Stacktrace:
 [1] pkgerror(::String, ::Vararg{String,N} where N) at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/Types.jl:113
 [2] #test#131(::Bool, ::Nothing, ::Cmd, ::Cmd, ::typeof(Pkg.Operations.test), ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/Operations.jl:1370
 [3] #test at ./none:0 [inlined]
 [4] #test#62(::Bool, ::Nothing, ::Cmd, ::Cmd, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(Pkg.API.test), ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:253
 [5] test(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:239
 [6] #test#61 at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:233 [inlined]
 [7] test at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:233 [inlined]
 [8] #test#60 at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:232 [inlined]
 [9] test at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:232 [inlined]
 [10] #test#59(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(Pkg.API.test), ::String) at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:231
 [11] test(::String) at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:231
 [12] top-level scope at none:10