Skip to content

Commit 9c2f9c6

Browse files
committed
Remove coverage for now
1 parent 382d8a4 commit 9c2f9c6

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -33,31 +33,3 @@ jobs:
3333
run: |
3434
vim --version
3535
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-
run: |
58-
make --keep-going test_coverage BUILD_VIRTUAL_ENV=$VIRTUAL_ENV
59-
60-
- name: Upload coverage data
61-
run: |
62-
coverage xml
63-
bash <(curl -s https://codecov.io/bash) -X fix -f coverage.xml -F py${TRAVIS_PYTHON_VERSION//./}

0 commit comments

Comments
 (0)