Skip to content

Commit

Permalink
Add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
rovellipaolo committed Dec 21, 2023
1 parent 844e06a commit 8e07847
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:
- name: Install
run: |
make install-checkstyle
npm install coveralls-next
- name: Checkstyle
run: |
make checkstyle
- name: Tests
run: |
make test-coverage
coveralls < coverage/lcov.info
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ You can configure it to show only the information you are interested in (e.g. on
Published at: https://extensions.gnome.org/extension/1804/sermon/

[![Build Status: GitHub Actions](https://github.com/rovellipaolo/gnome-shell-extension-sermon/actions/workflows/ci.yml/badge.svg)](https://github.com/rovellipaolo/gnome-shell-extension-sermon/actions)
[![Test Coverage: Coveralls](https://coveralls.io/repos/github/rovellipaolo/gnome-shell-extension-sermon/badge.svg)](https://coveralls.io/github/rovellipaolo/gnome-shell-extension-sermon)
[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://img.shields.io/badge/License-GPL%20v2-blue.svg)

[![Get it on GNOME Extensions](docs/images/get-it-on-ego.png)](https://extensions.gnome.org/extension/1804/sermon/)
Expand All @@ -17,7 +18,7 @@ Published at: https://extensions.gnome.org/extension/1804/sermon/
## Branches and GNOME Shell versions

The `master` branch includes all stable features and currently supports GNOME Shell _45_.
Among others, these versions of GNOME Shell are used in the following Linux distributions:
Among others, this version of GNOME Shell is used in the following Linux distributions:
* Fedora 39
* Ubuntu 23.10 (Mantic Minotaur)

Expand Down

0 comments on commit 8e07847

Please sign in to comment.