Skip to content

Commit

Permalink
Merge pull request #8 from kbase/dev_spark_util
Browse files Browse the repository at this point in the history
address dependabot upgrades
  • Loading branch information
Tianhao-Gu authored May 20, 2024
2 parents 88c6c52 + 0cb0378 commit bcc0e28
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bcc0e28

Please sign in to comment.