diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 2b187b8..5151941 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -48,8 +48,9 @@ jobs: files: ./coverage.xml flags: unittests name: codecov-umbrella - fail_ci_if_error: true + fail_ci_if_error: false verbose: true + directory: ./coverage/reports/ publish: needs: build diff --git a/pyproject.toml b/pyproject.toml index eecc287..3b7fb91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dgNova" -version = "1.0.0" +version = "1.2.0" description = "Statistical Analysis and Simulations for Plant Breeding Experiments" readme = "README.md" requires-python = ">=3.7"