File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
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 }}
Original file line number Diff line number Diff line change 1- Copyright (c) 2015-2020 Akinori Hattori <hattya@gmail.com>
1+ Copyright (c) 2015-2021 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