Port ensemble. Add Display to naive_bayes (#208)

This commit is contained in:
Lorenzo
2022-10-31 17:35:33 +00:00
committed by morenol
parent d91f4f7ce4
commit a16927aa16
10 changed files with 330 additions and 242 deletions
+1 -1
View File
@@ -39,6 +39,6 @@ jobs:
command: tarpaulin
args: --out Lcov --all-features -- --test-threads 1
- name: Upload to codecov.io
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true