Skip to content

Commit

Permalink
Merge pull request #342 from deepanshs/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-4.3.1

Bump codecov/codecov-action from 4.2.0 to 4.3.1
  • Loading branch information
deepanshs committed May 10, 2024
2 parents 2c6c561 + b814241 commit e726a55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: pytest --cov=./ --cov-report=xml

- name: Upload coverage
uses: codecov/codecov-action@v4.2.0
uses: codecov/codecov-action@v4.3.1

testing_mac:
needs: [code_lint]
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
run: pytest --cov=./ --cov-report=xml

- name: Upload coverage
uses: codecov/codecov-action@v4.2.0
uses: codecov/codecov-action@v4.3.1

testing_windows:
needs: [code_lint]
Expand Down Expand Up @@ -142,4 +142,4 @@ jobs:
shell: pwsh
run: pytest --cov=./ --cov-report=xml
- name: Upload coverage
uses: codecov/codecov-action@v4.2.0
uses: codecov/codecov-action@v4.3.1
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: pytest --cov=./ --cov-report=xml

- name: Upload coverage
uses: codecov/codecov-action@v4.2.0
uses: codecov/codecov-action@v4.3.1

source-distribution:
needs: [build-test]
Expand Down

0 comments on commit e726a55

Please sign in to comment.