diff --git a/README.rst b/README.rst index f9fcb54..422aed7 100644 --- a/README.rst +++ b/README.rst @@ -8,6 +8,10 @@ Installation/Usage Download the release in .tar.gz or .whl format and simply use pip install to install it:: $ pip install PyCTBN-1.0.tar.gz + +Coverage +******** +Please refer to https://app.codecov.io/gh/philipMartini/PyCTBN for a detailed report of test coverage. Documentation ************* @@ -324,4 +328,4 @@ Score based estimation with Tabu Search and Data Augmentation se1.save_results('./results0.json') # ...or save it also in a graphical model fashion # (remember to specify the path AND the .png extension) - se1.save_plot_estimated_structure_graph('./result0.png') \ No newline at end of file + se1.save_plot_estimated_structure_graph('./result0.png')