From 00a7cb601ec92959be32919e70de07c46dff1f4b Mon Sep 17 00:00:00 2001 From: Adrian Brandemarte Moreira Date: Tue, 19 Nov 2024 14:58:56 -0300 Subject: [PATCH 1/2] Update codecov action to v5 --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 300341df..174b9909 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -80,7 +80,7 @@ jobs: .\.venv\Scripts\Activate.ps1 pytest tests - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 name: 'Upload coverage to CodeCov' env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} From fe8bcf2d95b29c09ee359b9d35d9923ac4c29e54 Mon Sep 17 00:00:00 2001 From: Adrian Brandemarte Moreira Date: Tue, 19 Nov 2024 17:21:36 -0300 Subject: [PATCH 2/2] Debug commit --- .github/workflows/ci_cd.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 174b9909..500ae987 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -75,6 +75,10 @@ jobs: python -m pip install --upgrade pip pip install .[test] + - name: "Debugging" + run: | + bash --version + - name: "Run unit tests" run: | .\.venv\Scripts\Activate.ps1