From d4c3202b50c56cc231ef624a3289a5f8fec84f2d Mon Sep 17 00:00:00 2001 From: Simone Chemelli Date: Wed, 24 Apr 2024 17:29:29 +0000 Subject: [PATCH] build: minor updates --- .github/workflows/ci.yml | 2 +- .gitignore | 2 +- .idea/watcherTasks.xml | 2 +- poetry.lock | 114 +++++++++++++++++++-------------------- pyproject.toml | 28 +++++++--- 5 files changed, 81 insertions(+), 67 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec9e05b..1a1d324 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: run: poetry run pytest --cov-report=xml shell: bash - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.gitignore b/.gitignore index 2d1049f..a862838 100644 --- a/.gitignore +++ b/.gitignore @@ -139,5 +139,5 @@ dmypy.json # Cython debug symbols cython_debug/ -# Optional config file with router configuration for test script +# Optional config file for library_test.py script library_test.json diff --git a/.idea/watcherTasks.xml b/.idea/watcherTasks.xml index 08066ab..22b6eba 100644 --- a/.idea/watcherTasks.xml +++ b/.idea/watcherTasks.xml @@ -42,7 +42,7 @@ -