File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 matrix :
99 vim_version :
1010 - head
11+ - v9.1.0000
1112 - v9.0.0000
1213 - v8.2.0000
1314 - v8.1.0001
5455 vim_version : ${{ matrix.vim_version }}
5556 download : ${{ matrix.download }}
5657 - name : Setup Python
57- uses : actions/setup-python@v4
58+ uses : actions/setup-python@v5
5859 with :
5960 python-version : 3.x
6061 - name : Install covimerage
7071 covimerage write_coverage ${{ env.PROFILE }}
7172 covimerage xml
7273 - name : Upload coverage to Codecov
73- uses : codecov/codecov-action@v3
74+ uses : codecov/codecov-action@v4
7475 with :
76+ token : ${{ secrets.CODECOV_TOKEN }}
77+ fail_ci_if_error : true
7578 flags : ${{ matrix.platform }}
Original file line number Diff line number Diff line change 1- Copyright (c) 2015-2023 Akinori Hattori <hattya@gmail.com>
1+ Copyright (c) 2015-2024 Akinori Hattori <hattya@gmail.com>
22
33Permission is hereby granted, free of charge, to any person obtaining a copy
44of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments