Skip to content

Commit

Permalink
Coverage broken so removing
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Jan 5, 2024
1 parent 9748573 commit 6b7a01b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/CI.yml
Expand Up @@ -34,15 +34,5 @@ jobs:
- uses: rhysd/action-setup-vim@v1
with:
version: ${{ matrix.vim }}
- name: Run tests without coverage
if: ${{ matrix.os != 'ubuntu-latest' }}
run: |
TEST_DIR=$(pwd)/test VIMS=./vims ./test/test.sh
- name: Run tests with coverage
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
mkdir -p coverage
TEST_DIR=$(pwd)/test VIMS=./vims kcov coverage ./test/test.sh
- name: Upload coverage
if: ${{ matrix.os == 'ubuntu-latest' }}
run: bash <(curl -s https://codecov.io/bash) -s coverage
- name: Run tests
run: ./test/bats/bin/bats ./test/test.bats
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# vims

[![CI](https://github.com/MilesCranmer/vim-stream/actions/workflows/CI.yml/badge.svg)](https://github.com/MilesCranmer/vim-stream/actions/workflows/CI.yml) [![Codecov branch](https://img.shields.io/codecov/c/github/MilesCranmer/vim-stream/master.svg)](https://codecov.io/gh/MilesCranmer/vim-stream)
[![CI](https://github.com/MilesCranmer/vim-stream/actions/workflows/CI.yml/badge.svg)](https://github.com/MilesCranmer/vim-stream/actions/workflows/CI.yml)

![Demo](https://i.imgur.com/dntK3MP.gif)

Expand Down

0 comments on commit 6b7a01b

Please sign in to comment.