Skip to content

Commit

Permalink
Merge branch 'development' into action-update
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 authored Nov 4, 2024
2 parents 73becec + c454aab commit 34a3e3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
pytest icepyx/tests/integration --verbose --cov app
- name: "Upload coverage report"
uses: "codecov/codecov-action@v4.5.0"
uses: "codecov/codecov-action@v4.6.0"
with:
token: "${{ secrets.CODECOV_TOKEN }}"
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
--ignore=icepyx/tests/integration
- name: "Upload coverage report"
uses: "codecov/codecov-action@v4.5.0"
uses: "codecov/codecov-action@v4.6.0"
with:
token: "${{ secrets.CODECOV_TOKEN }}"

0 comments on commit 34a3e3f

Please sign in to comment.