Skip to content

Commit 154b104

Browse files
authored
Merge pull request #401 from deepanshs/dependabot/github_actions/codecov/codecov-action-5.1.1
Bump codecov/codecov-action from 5.0.7 to 5.1.1
2 parents eadad1d + 59dcb7b commit 154b104

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/continuous-integration-pip.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
pytest --cov=./ --cov-report=xml
7575
7676
- name: Upload coverage
77-
uses: codecov/codecov-action@v5.0.7
77+
uses: codecov/codecov-action@v5.1.1
7878

7979
testing_mac_arm:
8080
needs: [code_lint]
@@ -110,7 +110,7 @@ jobs:
110110
pytest --cov=./ --cov-report=xml
111111
112112
- name: Upload coverage
113-
uses: codecov/codecov-action@v5.0.7
113+
uses: codecov/codecov-action@v5.1.1
114114

115115
testing_mac_intel:
116116
needs: [code_lint]
@@ -146,7 +146,7 @@ jobs:
146146
pytest --cov=./ --cov-report=xml
147147
148148
- name: Upload coverage
149-
uses: codecov/codecov-action@v5.0.7
149+
uses: codecov/codecov-action@v5.1.1
150150

151151
testing_windows:
152152
needs: [code_lint]
@@ -188,4 +188,4 @@ jobs:
188188
pytest --cov=./ --cov-report=xml
189189
190190
- name: Upload coverage
191-
uses: codecov/codecov-action@v5.0.7
191+
uses: codecov/codecov-action@v5.1.1

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: pytest --cov=./ --cov-report=xml
3838

3939
- name: Upload coverage
40-
uses: codecov/codecov-action@v5.0.7
40+
uses: codecov/codecov-action@v5.1.1
4141

4242
source-distribution:
4343
needs: [build-test]

0 commit comments

Comments
 (0)