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 382d8a4 commit 9c2f9c6Copy full SHA for 9c2f9c6
.github/workflows/ci.yml
@@ -33,31 +33,3 @@ jobs:
33
run: |
34
vim --version
35
make check
36
-
37
- coverage:
38
- runs-on: ubuntu-20.04
39
40
- steps:
41
- - name: Checkout code
42
- uses: actions/checkout@v2
43
- with:
44
- submodules: recursive
45
46
- - name: Install dependencies
47
- run: |
48
- sudo add-apt-repository ppa:neovim-ppa/stable -y
49
- sudo apt-get update -q
50
- sudo apt-get install neovim -y
51
52
- sudo pip install pynvim pytest-cov
53
- sudo pip list
54
- nvim --version
55
56
- - name: Run tests
57
58
- make --keep-going test_coverage BUILD_VIRTUAL_ENV=$VIRTUAL_ENV
59
60
- - name: Upload coverage data
61
62
- coverage xml
63
- bash <(curl -s https://codecov.io/bash) -X fix -f coverage.xml -F py${TRAVIS_PYTHON_VERSION//./}
0 commit comments