File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ name: CI
33on :
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
Original file line number Diff line number Diff line change 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
57This package allows easy access to Geo Engine functionality from Python environments.
68
You can’t perform that action at this time.
0 commit comments