We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c6fd0 commit 6764dd6Copy full SHA for 6764dd6
1 file changed
.github/workflows/ci.yml
@@ -14,14 +14,21 @@ jobs:
14
- v7.4
15
platform:
16
- Linux
17
+ - macOS
18
- Windows
19
include:
20
- platform: Linux
21
os: ubuntu-latest
22
download: never
23
+ - platform: macOS
24
+ os: macos-latest
25
+ download: never
26
- platform: Windows
27
os: windows-latest
28
download: always
29
+ exclude:
30
+ - vim_version: v7.4
31
+ platform: macOS
32
fail-fast: false
33
name: Vim ${{ matrix.vim_version }} on ${{ matrix.platform }}
34
runs-on: ${{ matrix.os }}
@@ -52,7 +59,7 @@ jobs:
52
59
env:
53
60
THEMIS_VIM: ${{ steps.vim.outputs.executable }}
54
61
run: ./vim-themis/bin/themis --reporter spec
55
- - name: Run covimerage
62
+ - name: Generate XML coverage report
56
63
run: |
57
64
covimerage write_coverage ${{ env.PROFILE }}
58
65
covimerage xml
0 commit comments