File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 3535 path : ~/skada_datasets
3636 key : ${{ runner.os }}-v3
3737 # Install Python & Packages
38- - uses : actions/setup-python@v4
38+ - uses : actions/setup-python@v5
3939 with :
4040 python-version : " 3.10"
4141 - run : which python
6767 path : ~/skada_datasets
6868 key : ${{ runner.os }}-v3
6969 # Install Python & Packages
70- - uses : actions/setup-python@v4
70+ - uses : actions/setup-python@v5
7171 with :
7272 python-version : " 3.10"
7373 - run : which python
8181 run : pytest skada/ --verbose --cov=skada --cov-report term
8282 # Codecov
8383 - name : Upload coverage reports to Codecov
84- uses : codecov/codecov-action@v3
84+ uses : codecov/codecov-action@v5
8585 env :
86- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
86+ token : ${{ secrets.CODECOV_TOKEN }}
87+ verbose : true
88+ fail_ci_if_error : true
8789
8890
8991 Test :
@@ -106,7 +108,7 @@ jobs:
106108 path : ~/skada_datasets
107109 key : ${{ runner.os }}-v3
108110 # Install Python & Packages
109- - uses : actions/setup-python@v4
111+ - uses : actions/setup-python@v5
110112 with :
111113 python-version : " 3.10"
112114 - run : which python
@@ -119,6 +121,8 @@ jobs:
119121 run : pytest skada/ --verbose --cov=skada --cov-report term
120122 # Codecov
121123 - name : Upload coverage reports to Codecov
122- uses : codecov/codecov-action@v3
124+ uses : codecov/codecov-action@v5
123125 env :
124- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
126+ token : ${{ secrets.CODECOV_TOKEN }}
127+ verbose : true
128+ fail_ci_if_error : true
You can’t perform that action at this time.
0 commit comments