File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,13 @@ jobs:
28
28
- name : Test
29
29
run : pytest --cov=howlongtobeatpy --cov-report=xml
30
30
- name : Upload coverage to Codecov
31
- uses : codecov/codecov-action@v4
31
+ uses : codecov/codecov-action@v5
32
32
with :
33
+ fail_ci_if_error : true
34
+ verbose : true
33
35
token : ${{ secrets.CODECOV_TOKEN }}
34
- - name : SonarCloud Scan
35
- uses : sonarsource/sonarcloud-github -action@v2.3.0
36
+ - name : SonarQube Scan
37
+ uses : SonarSource/sonarqube-scan -action@v4
36
38
env :
37
39
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
38
40
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change @@ -35,11 +35,13 @@ jobs:
35
35
- name : Test
36
36
run : pytest --cov=howlongtobeatpy --cov-report=xml
37
37
- name : Upload coverage to Codecov
38
- uses : codecov/codecov-action@v4
38
+ uses : codecov/codecov-action@v5
39
39
with :
40
+ fail_ci_if_error : true
41
+ verbose : true
40
42
token : ${{ secrets.CODECOV_TOKEN }}
41
- - name : SonarCloud Scan
42
- uses : sonarsource/sonarcloud-github -action@v2.3.0
43
+ - name : SonarQube Scan
44
+ uses : SonarSource/sonarqube-scan -action@v4
43
45
env :
44
46
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
45
47
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ coverage:
4
4
- " howlongtobeatpy/tests/test_async_request.py"
5
5
- " howlongtobeatpy/tests/test_async_request_by_id.py"
6
6
- " howlongtobeatpy/tests/test_normal_request_by_id.py"
7
+ - " howlongtobeatpy/setup.py"
You can’t perform that action at this time.
0 commit comments