GraphNeuralNetworks.jl
GraphNeuralNetworks.jl copied to clipboard
coverage not properly reported
The coverage of the repo is much larger than the one displayed in the codecov badge in the readme. The problem is with GNNlib being underreported, since most of its lines are not tested directly but only indirectly when testing GNN.jl layers.
Maybe one can play with the --code-coverage option, see https://discourse.julialang.org/t/workflow-for-faster-testing-of-julia-packages/113836/19