From 8c5d6e9aa3a4e94bb31193a29058607b306b76c1 Mon Sep 17 00:00:00 2001 From: Timothe Jost <timothe.jost@wanadoo.fr> Date: Thu, 15 May 2025 19:23:56 +0200 Subject: [PATCH] updating codecov secret and CI/CD --- .github/workflows/test.yml | 4 ++-- src/pypelines/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f9a4504..af04e89 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: run: pdm run pytest - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - file: ./coverage.xml \ No newline at end of file + files: ./coverage.xml \ No newline at end of file diff --git a/src/pypelines/__init__.py b/src/pypelines/__init__.py index 4cb2159..3f8813e 100644 --- a/src/pypelines/__init__.py +++ b/src/pypelines/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.86" +__version__ = "0.0.87" from . import loggs from .pipes import * -- GitLab