invenia / Memento.jl

A flexible logging library for Julia
https://invenia.github.io/Memento.jl/latest
Other
87 stars 14 forks source link

Make Test a dependency and rename Memento.Test #112

Closed ararslan closed 5 years ago

ararslan commented 5 years ago

The first commit here moves Test from a test-only dependency to a direct dependency. This is required because its functionality is extended in the Test submodule of Memento.

The second commit renames the Test submodule to TestUtils, thereby fixing #111.

codecov[bot] commented 5 years ago

Codecov Report

Merging #112 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #112   +/-   ##
======================================
  Coverage    94.6%   94.6%           
======================================
  Files          11      11           
  Lines         278     278           
======================================
  Hits          263     263           
  Misses         15      15
Impacted Files Coverage Δ
src/memento_test.jl 100% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 177b922...ea217b5. Read the comment docs.