Skip to content

Commit f32f3b6

Browse files
committed
Update .github/workflows/ci.yml
1 parent daf3d0e commit f32f3b6

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
matrix:
99
vim_version:
1010
- head
11+
- v9.1.0000
1112
- v9.0.0000
1213
- v8.2.0000
1314
- v8.1.0001
@@ -54,7 +55,7 @@ jobs:
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
@@ -70,6 +71,8 @@ jobs:
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 }}

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2023 Akinori Hattori <hattya@gmail.com>
1+
Copyright (c) 2015-2024 Akinori Hattori <hattya@gmail.com>
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)