Skip to content

Commit 6e8ff77

Browse files
authored
Merge pull request #22 from WebFiori/dev
chore: Updated Code Coverage in CI
2 parents d9d44bd + e012d40 commit 6e8ff77

File tree

9 files changed

+27
-9
lines changed

9 files changed

+27
-9
lines changed

.github/workflows/php70.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ jobs:
3636
run: phpunit
3737

3838
- name: CodeCov
39-
uses: codecov/codecov-action@v1
39+
uses: codecov/codecov-action@v4
40+
env:
41+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/php71.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ jobs:
3636
run: phpunit
3737

3838
- name: CodeCov
39-
uses: codecov/codecov-action@v1
39+
uses: codecov/codecov-action@v4
40+
env:
41+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/php72.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
run: phpunit
3737

3838
- name: CodeCov
39-
uses: codecov/codecov-action@v1
39+
uses: codecov/codecov-action@v4
40+
env:
41+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4042

4143

.github/workflows/php73.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
run: phpunit
3737

3838
- name: CodeCov
39-
uses: codecov/codecov-action@v1
39+
uses: codecov/codecov-action@v4
40+
env:
41+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4042

4143

4244

.github/workflows/php74.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
run: phpunit
3737

3838
- name: CodeCov
39-
uses: codecov/codecov-action@v1
39+
uses: codecov/codecov-action@v4
40+
env:
41+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4042

4143

4244

.github/workflows/php80.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ jobs:
3838
run: phpunit
3939

4040
- name: CodeCov
41-
uses: codecov/codecov-action@v1
41+
uses: codecov/codecov-action@v4
42+
env:
43+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/php81.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
run: phpunit
3838

3939
- name: CodeCov
40-
uses: codecov/codecov-action@v1
40+
uses: codecov/codecov-action@v4
41+
env:
42+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4143

4244
- name: SonarCloud
4345
uses: SonarSource/sonarcloud-github-action@master

.github/workflows/php82.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,6 @@ jobs:
3939
run: phpunit
4040

4141
- name: CodeCov
42-
uses: codecov/codecov-action@v1
42+
uses: codecov/codecov-action@v4
43+
env:
44+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/php83.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,6 @@ jobs:
3939
run: phpunit
4040

4141
- name: CodeCov
42-
uses: codecov/codecov-action@v1
42+
uses: codecov/codecov-action@v4
43+
env:
44+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)