Skip to content

Commit 9eeb863

Browse files
committed
Update .github/workflows/ci.yml
1 parent 6764dd6 commit 9eeb863

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install covimerage
5555
run: |
5656
python -m pip install -U pip setuptools wheel
57-
pip install -U covimerage
57+
pip install -U 'click<8' covimerage
5858
- name: Test
5959
env:
6060
THEMIS_VIM: ${{ steps.vim.outputs.executable }}
@@ -64,6 +64,6 @@ jobs:
6464
covimerage write_coverage ${{ env.PROFILE }}
6565
covimerage xml
6666
- name: Upload coverage to Codecov
67-
uses: codecov/codecov-action@v1
67+
uses: codecov/codecov-action@v2
6868
with:
6969
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-2020 Akinori Hattori <hattya@gmail.com>
1+
Copyright (c) 2015-2021 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)