Skip to content

Commit

Permalink
Update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hattya committed Feb 3, 2024
1 parent fd85024 commit d737909
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
matrix:
vim_version:
- head
- v9.1.0000
- v9.0.0000
- v8.2.0000
- v8.1.0001
Expand Down Expand Up @@ -52,7 +53,7 @@ jobs:
vim_version: ${{ matrix.vim_version }}
download: ${{ matrix.download }}
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install covimerage
Expand All @@ -77,6 +78,8 @@ jobs:
covimerage write_coverage ${{ env.PROFILE }}
covimerage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
flags: ${{ matrix.platform }}
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015-2023 Akinori Hattori <hattya@gmail.com>
Copyright (c) 2015-2024 Akinori Hattori <hattya@gmail.com>

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

0 comments on commit d737909

Please sign in to comment.