Skip to content

Commit 4c210f7

Browse files
coverage on push to main
1 parent f943880 commit 4c210f7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: CI
33
on:
44
pull_request:
55
merge_group:
6+
# Creates a coverage of the main branch
7+
push:
8+
branches:
9+
- main
610
# Allows you to run this workflow manually from the Actions tab
711
workflow_dispatch:
812

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Geo Engine Python Package
22

33
[![CI](https://github.com/geo-engine/geoengine-python/actions/workflows/ci.yml/badge.svg)](https://github.com/geo-engine/geoengine-python/actions/workflows/ci.yml)
4+
[![Coverage Status](https://coveralls.io/repos/github/geo-engine/geoengine-python/badge.svg)](https://coveralls.io/github/geo-engine/geoengine-python)
5+
[![Documentation](https://img.shields.io/badge/documentation-python.docs.geoengine.io-blue)](https://python.docs.geoengine.io/)
46

57
This package allows easy access to Geo Engine functionality from Python environments.
68

0 commit comments

Comments
 (0)