From 351cfac1c42c06e5db3fd3c3fb76bf1de59fcd65 Mon Sep 17 00:00:00 2001 From: Tianhao-Gu Date: Mon, 20 May 2024 16:59:08 -0500 Subject: [PATCH 1/2] address dependabot upgrades --- .github/workflows/test.yml | 4 ++-- Pipfile | 2 +- Pipfile.lock | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e7c67ff..60f5dff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,7 +44,7 @@ jobs: run: PYTHONPATH=. pytest --cov=src --cov-report=xml test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} - fail_ci_if_error: true \ No newline at end of file + fail_ci_if_error: false \ No newline at end of file diff --git a/Pipfile b/Pipfile index e562444..738c9a9 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ pyspark= "==3.5.1" boto3 = "==1.34.109" [dev-packages] -pytest = "==8.2.0" +pytest = "==8.2.1" coverage = "==7.5.1" pytest-cov = "==5.0.0" ipython = "==8.24.0" diff --git a/Pipfile.lock b/Pipfile.lock index 2bde655..7d88c7b 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "54e94676057e75302be6b56ea9ba0dccec27df802f4d0bf7535054740aa670c8" + "sha256": "215bb476408ae146af5f348b694815589f6b9ab391570cc62e81da06e1332633" }, "pipfile-spec": 6, "requires": { @@ -1441,11 +1441,11 @@ }, "pytest": { "hashes": [ - "sha256:1733f0620f6cda4095bbf0d9ff8022486e91892245bb9e7d5542c018f612f233", - "sha256:d507d4482197eac0ba2bae2e9babf0672eb333017bcedaa5fb1a3d42c1174b3f" + "sha256:5046e5b46d8e4cac199c373041f26be56fdb81eb4e67dc11d4e10811fc3408fd", + "sha256:faccc5d332b8c3719f40283d0d44aa5cf101cec36f88cde9ed8f2bc0538612b1" ], "index": "pypi", - "version": "==8.2.0" + "version": "==8.2.1" }, "pytest-cov": { "hashes": [ From 0cb03783cd31614ca9d937e4d85bdec70fbbbd7d Mon Sep 17 00:00:00 2001 From: Tianhao-Gu Date: Mon, 20 May 2024 17:12:43 -0500 Subject: [PATCH 2/2] add codecov token --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 60f5dff..42e4aa5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,4 +47,4 @@ jobs: uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} - fail_ci_if_error: false \ No newline at end of file + fail_ci_if_error: true \ No newline at end of file