Update Makefile actions for coverage
This commit is contained in:
23
README.md
23
README.md
@@ -7,7 +7,7 @@
|
||||
[](https://sonarcloud.io/summary/new_code?id=rmontanana_BayesNet)
|
||||
[](https://sonarcloud.io/summary/new_code?id=rmontanana_BayesNet)
|
||||

|
||||
[](html/index.html)
|
||||
[](html/index.html)
|
||||
|
||||
Bayesian Network Classifiers using libtorch from scratch
|
||||
|
||||
@@ -22,6 +22,12 @@ unzip libtorch-shared-with-deps-latest.zips
|
||||
|
||||
## Setup
|
||||
|
||||
### Getting the code
|
||||
|
||||
```bash
|
||||
git clone --recurse-submodules https://github.com/doctorado-ml/bayesnet
|
||||
```
|
||||
|
||||
### Release
|
||||
|
||||
```bash
|
||||
@@ -35,9 +41,20 @@ sudo make install
|
||||
```bash
|
||||
make debug
|
||||
make test
|
||||
```
|
||||
|
||||
### Coverage
|
||||
|
||||
```bash
|
||||
make coverage
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```bash
|
||||
make viewcoverage
|
||||
```
|
||||
|
||||
### Sample app
|
||||
|
||||
After building and installing the release version, you can run the sample app with the following commands:
|
||||
@@ -60,3 +77,7 @@ make sample fname=tests/data/glass.arff
|
||||
### Dependency Diagram
|
||||
|
||||

|
||||
|
||||
## Coverage report
|
||||
|
||||
[Coverage report](html/index.html)
|
||||
|
Reference in New Issue
Block a user