We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a058bca commit 067c974Copy full SHA for 067c974
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
env:
46
THEMIS_PROFILE: ${{ github.workspace }}/vim-profile-${{ runner.os }}-${{ matrix.neovim }}-${{ matrix.version }}.txt
47
run: |
48
- pip install covimerage=0.2.2
+ pip install covimerage==0.2.2
49
covimerage write_coverage "${THEMIS_PROFILE}"
50
covimerage xml
51
- uses: k1LoW/octocov-action@5213913fe329368ab9dafa16f18f4f3cce1062f0 # v1.3.0
0 commit comments