From f23fe0705bd1e72446b668a518e7437c0216b322 Mon Sep 17 00:00:00 2001 From: FIdel Palma Date: Sun, 18 Jun 2023 16:46:57 -0400 Subject: [PATCH 1/4] Acomodando requirements --- .github/workflows/ci_cd_wf.yml | 3 +-- requirements.txt | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_cd_wf.yml b/.github/workflows/ci_cd_wf.yml index 50f3a6dc..ec3ad901 100644 --- a/.github/workflows/ci_cd_wf.yml +++ b/.github/workflows/ci_cd_wf.yml @@ -10,7 +10,7 @@ on: jobs: test: - permissions: write-all + permissions: write-allgit runs-on: ubuntu-latest steps: @@ -25,7 +25,6 @@ jobs: - name: Install Dependencies run: | python -m pip install -r requirements.txt - python -m pip install pytest-cov - name: Run tests run: | python -m pytest -v tests diff --git a/requirements.txt b/requirements.txt index 222e40bb..80d0bce4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,3 +5,4 @@ packaging==23.1 pluggy==1.0.0 pytest==7.3.1 tomli==2.0.1 +pytest-cov==latest \ No newline at end of file From 396352402cb17ea4fabfae53c395eb4a0da43997 Mon Sep 17 00:00:00 2001 From: FIdel Palma Date: Sun, 18 Jun 2023 18:13:28 -0400 Subject: [PATCH 2/4] Corrigiendo permisos --- .github/workflows/ci_cd_wf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd_wf.yml b/.github/workflows/ci_cd_wf.yml index ec3ad901..02ea36a9 100644 --- a/.github/workflows/ci_cd_wf.yml +++ b/.github/workflows/ci_cd_wf.yml @@ -10,7 +10,7 @@ on: jobs: test: - permissions: write-allgit + permissions: write-all runs-on: ubuntu-latest steps: From 4be45b2e3b1b1a23a490f9356614e3fc7b26c531 Mon Sep 17 00:00:00 2001 From: FIdel Palma Date: Sun, 18 Jun 2023 18:14:56 -0400 Subject: [PATCH 3/4] Correccion requirements --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 80d0bce4..5f2ac230 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ packaging==23.1 pluggy==1.0.0 pytest==7.3.1 tomli==2.0.1 -pytest-cov==latest \ No newline at end of file +pytest-cov==4.1.10 \ No newline at end of file From 1908538d40b823926d367417f49bcc3535e47622 Mon Sep 17 00:00:00 2001 From: FIdel Palma Date: Sun, 18 Jun 2023 18:16:13 -0400 Subject: [PATCH 4/4] Coverage error --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5f2ac230..891c3c58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ packaging==23.1 pluggy==1.0.0 pytest==7.3.1 tomli==2.0.1 -pytest-cov==4.1.10 \ No newline at end of file +pytest-cov==4.1.0 \ No newline at end of file