diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e7c67ff..42e4aa5 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 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": [