Skip to content

Commit

Permalink
Merge pull request #90 from jschaf/fix/remove-codecov
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
sergeyklay authored Apr 23, 2021
2 parents fa14137 + 4496934 commit abaeab3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@ jobs:
version: ${{ matrix.emacs_version }}

- name: Setup Cask
run: curl -fsSkL https://raw.github.com/cask/cask/master/go | python
run: git clone https://github.com/cask/cask ~/.cask

- name: Set Environment Variables
run: |
echo "::set-env name=PATH::$HOME/.cask/bin:$PATH"
echo "$HOME/.cask/bin" >> $GITHUB_PATH
# Code coverage feature.
# TODO(serghei): Enable this in tests.
if [ "${{ matrix.emacs_version }}" != "snapshot" ]; then
echo "::set-env name=UNDERCOVER_FORCE::1"
echo UNDERCOVER_FORCE=1 >> $GITHUB_ENV
fi
- name: Fast Makefile Test
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![MELPA][melpa badge]][melpa link]
[![MELPA Stable][melpa-s badge]][melpa-s link]
[![Build Status][actions badge]][actions link]
[![Coverage][ccov badge]][ccov link]

Benchmark Emacs Startup time without ever leaving your Emacs.

Expand Down Expand Up @@ -176,5 +175,3 @@ make test
[esup tags]: https://github.com/jschaf/esup/tags
[melpa help]: https://melpa.org/#/getting-started
[cask]: https://cask.github.io
[ccov badge]: https://codecov.io/gh/jschaf/esup/branch/master/graph/badge.svg
[ccov link]: https://codecov.io/gh/jschaf/esup

0 comments on commit abaeab3

Please sign in to comment.