File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : 9b3c202
2+ _commit : 19e0124
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : true
55add_extension : rustjswasm
Original file line number Diff line number Diff line change 7878 if : matrix.os == 'ubuntu-latest'
7979
8080 - name : Upload coverage
81- uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 .0.1
81+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 .0.0
8282 with :
8383 token : ${{ secrets.CODECOV_TOKEN }}
8484
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export default defineConfig({
2222 } ,
2323 ] ,
2424 webServer : {
25- command : "yarn start:tests" ,
25+ command : "pnpm run start:tests" ,
2626 url : "http://127.0.0.1:3000" ,
2727 reuseExistingServer : ! process . env . CI ,
2828 timeout : 120 * 1000 ,
You can’t perform that action at this time.
0 commit comments