JuliaOptimalTransport / OptimalTransport.jl

Optimal transport algorithms for Julia
https://juliaoptimaltransport.github.io/OptimalTransport.jl/dev
MIT License
94 stars 8 forks source link

Improve setup of examples #125

Closed devmotion closed 3 years ago

devmotion commented 3 years ago

This PR separates the configuration of examples and how they are built more cleanly from the rest of the documentation. Currently, at build time environments are nested and hence not cleanly separated. Moreover, with the PR examples are run in parallel.

The same setup is used e.g. in AbstractGPs.jl and KernelFunctions.jl.

codecov-commenter commented 3 years ago

Codecov Report

Merging #125 (939b892) into master (d005664) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #125   +/-   ##
=======================================
  Coverage   97.67%   97.67%           
=======================================
  Files          13       13           
  Lines         687      687           
=======================================
  Hits          671      671           
  Misses         16       16           
Impacted Files Coverage Δ
src/exact.jl 92.66% <ø> (ø)

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 d005664...939b892. Read the comment docs.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1178704008

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 1178364664: 0.0%
Covered Lines: 671
Relevant Lines: 687

💛 - Coveralls
coveralls commented 1 week ago

Pull Request Test Coverage Report for Build 1178026320

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Files with Coverage Reduction New Missed Lines %
src/exact.jl 1 92.66%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 1174249145: 0.0%
Covered Lines: 666
Relevant Lines: 682

💛 - Coveralls
coveralls commented 1 week ago

Pull Request Test Coverage Report for Build 1178006528

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Files with Coverage Reduction New Missed Lines %
src/exact.jl 1 92.66%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 1174249145: 0.0%
Covered Lines: 666
Relevant Lines: 682

💛 - Coveralls