From 788dbe724830933072e213579c513c3537170d64 Mon Sep 17 00:00:00 2001 From: Renan Rodrigues dos Santos Date: Sat, 6 Apr 2024 13:58:58 +0000 Subject: [PATCH 1/3] chore: ignore patch coverage check --- codecov.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..8cd9bcb --- /dev/null +++ b/codecov.yml @@ -0,0 +1,7 @@ +github_checks: + annotations: false +coverage: + status: + patch: + default: + informational: true From a051f45ed0eba185ff04eae2525ec95507a86af7 Mon Sep 17 00:00:00 2001 From: Renan Rodrigues dos Santos Date: Sat, 6 Apr 2024 14:02:47 +0000 Subject: [PATCH 2/3] docs: add disclaimer and acknowledgements to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3e5a036..02a9aeb 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Conda ecosystems. Pixi Kernel supports Python 3.8+ and Pixi 0.18+ using `pyproject.toml` and `pixi.toml` configurations. +**Disclaimer**: _This project is not affiliated with Pixi, and not an official Pixi plugin._ + ![JupyterLab launcher screen showing Pixi Kernel](assets/image1.png) ## Quick Start @@ -39,3 +41,8 @@ to open a pull request. - [Pyproject Local Jupyter Kernel](https://github.com/bluss/pyproject-local-kernel) - [Poetry-kernel](https://github.com/pathbird/poetry-kernel) - [Python Local .venv Kernel](https://github.com/goerz/python-localvenv-kernel) + +## Acknowledgements + +Thanks to the [Python blueprint](https://github.com/johnthagen/python-blueprint) for providing a +nice template for Python projects. From f0a85f02f64d3cb9d29d9a2f1822ece503f45c4a Mon Sep 17 00:00:00 2001 From: Renan Rodrigues dos Santos Date: Sat, 6 Apr 2024 14:17:43 +0000 Subject: [PATCH 3/3] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02a9aeb..286ae3f 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ to open a pull request. - [Poetry-kernel](https://github.com/pathbird/poetry-kernel) - [Python Local .venv Kernel](https://github.com/goerz/python-localvenv-kernel) -## Acknowledgements +## Acknowledgment Thanks to the [Python blueprint](https://github.com/johnthagen/python-blueprint) for providing a nice template for Python projects.