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 a261238 commit 5991534Copy full SHA for 5991534
.github/workflows/ci.yml
@@ -5,7 +5,6 @@ on:
5
paths-ignore:
6
- "README.md"
7
- "doc/*.txt"
8
- pull_request:
9
10
jobs:
11
themis:
@@ -48,7 +47,6 @@ jobs:
48
47
pip install covimerage==0.2.2
49
covimerage write_coverage "${THEMIS_PROFILE}"
50
covimerage xml
51
- # - uses: k1LoW/octocov-action@5213913fe329368ab9dafa16f18f4f3cce1062f0 # v1.3.0
52
- name: create filename
53
id: filename
54
run: echo "filename=${{ runner.os }}-$(test \"${{ matrix.neovim }}\" = \"true\" && echo neovim || echo vim )-${{ matrix.version }}" >> "$GITHUB_OUTPUT"
0 commit comments