Compare commits
2 Commits
3cb454d4aa
...
8ccc7e263c
Author | SHA1 | Date | |
---|---|---|---|
8ccc7e263c
|
|||
b1e25a7d05
|
1
.gitignore
vendored
1
.gitignore
vendored
@@ -46,3 +46,4 @@ docs/man
|
|||||||
docs/Doxyfile
|
docs/Doxyfile
|
||||||
.cache
|
.cache
|
||||||
vcpkg_installed
|
vcpkg_installed
|
||||||
|
CMakeUserPresets.json
|
||||||
|
@@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"version": 4,
|
|
||||||
"vendor": {
|
|
||||||
"conan": {}
|
|
||||||
},
|
|
||||||
"include": [
|
|
||||||
"build/Release/generators/CMakePresets.json",
|
|
||||||
"build_Debug/build/Debug/generators/CMakePresets.json",
|
|
||||||
"build_Debug/build/Release/generators/CMakePresets.json",
|
|
||||||
"build_Release/build/Release/generators/CMakePresets.json"
|
|
||||||
]
|
|
||||||
}
|
|
1
Makefile
1
Makefile
@@ -116,6 +116,7 @@ coverage: ## Run tests and generate coverage report (build/index.html)
|
|||||||
$(lcov) --remove coverage.info 'tests/*' --output-file coverage.info >/dev/null 2>&1; \
|
$(lcov) --remove coverage.info 'tests/*' --output-file coverage.info >/dev/null 2>&1; \
|
||||||
$(lcov) --remove coverage.info 'bayesnet/utils/loguru.*' --ignore-errors unused --output-file coverage.info >/dev/null 2>&1; \
|
$(lcov) --remove coverage.info 'bayesnet/utils/loguru.*' --ignore-errors unused --output-file coverage.info >/dev/null 2>&1; \
|
||||||
$(lcov) --remove coverage.info '/opt/miniconda/*' --ignore-errors unused --output-file coverage.info >/dev/null 2>&1; \
|
$(lcov) --remove coverage.info '/opt/miniconda/*' --ignore-errors unused --output-file coverage.info >/dev/null 2>&1; \
|
||||||
|
$(lcov) --remove coverage.info '*/.conan2/*' --ignore-errors unused --output-file coverage.info >/dev/null 2>&1; \
|
||||||
$(lcov) --summary coverage.info
|
$(lcov) --summary coverage.info
|
||||||
@$(MAKE) updatebadge
|
@$(MAKE) updatebadge
|
||||||
@echo ">>> Done";
|
@echo ">>> Done";
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
[](https://sonarcloud.io/summary/new_code?id=rmontanana_BayesNet)
|
[](https://sonarcloud.io/summary/new_code?id=rmontanana_BayesNet)
|
||||||
[](https://deepwiki.com/Doctorado-ML/BayesNet)
|
[](https://deepwiki.com/Doctorado-ML/BayesNet)
|
||||||

|

|
||||||
[](https://gitea.rmontanana.es/rmontanana/BayesNet)
|
[](https://gitea.rmontanana.es/rmontanana/BayesNet)
|
||||||
[](https://doi.org/10.5281/zenodo.14210344)
|
[](https://doi.org/10.5281/zenodo.14210344)
|
||||||
|
|
||||||
Bayesian Network Classifiers library
|
Bayesian Network Classifiers library
|
||||||
|
Reference in New Issue
Block a user