diff --git a/.github/workflows/on-publish.yml b/.github/workflows/on-publish.yml index 9e4892d60..cb7051336 100644 --- a/.github/workflows/on-publish.yml +++ b/.github/workflows/on-publish.yml @@ -1,4 +1,4 @@ -name: Update gh-pages +name: Create & publish versioned documentation on: release: diff --git a/.github/workflows/on-push-master.yml b/.github/workflows/on-push-master.yml index 1e0f49f03..1d056c484 100644 --- a/.github/workflows/on-push-master.yml +++ b/.github/workflows/on-push-master.yml @@ -1,4 +1,4 @@ -name: Run coveralls +name: Test, Coverage & Docs (master) on: push: diff --git a/README.md b/README.md index 0437b45bd..630dbe565 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![GeoStyler Logo](/docs/Geo_Styler_Logo_300_RGB.jpg) -[![Build Status](https://travis-ci.org/geostyler/geostyler.svg?branch=master)](https://travis-ci.org/geostyler/geostyler) [![Coverage Status](https://coveralls.io/repos/github/geostyler/geostyler/badge.svg?branch=master)](https://coveralls.io/github/geostyler/geostyler?branch=master) [![License](https://img.shields.io/github/license/geostyler/geostyler)](https://github.com/geostyler/geostyler/blob/master/LICENSE) +[![Test, Coverage & Docs (master)](https://github.com/geostyler/geostyler/actions/workflows/on-push-master.yml/badge.svg)](https://github.com/geostyler/geostyler/actions/workflows/on-push-master.yml) [![Create & publish versioned documentation](https://github.com/geostyler/geostyler/actions/workflows/on-publish.yml/badge.svg)](https://github.com/geostyler/geostyler/actions/workflows/on-publish.yml) [![Coverage Status](https://coveralls.io/repos/github/geostyler/geostyler/badge.svg?branch=master)](https://coveralls.io/github/geostyler/geostyler?branch=master) [![License](https://img.shields.io/github/license/geostyler/geostyler)](https://github.com/geostyler/geostyler/blob/master/LICENSE) Code: [github](https://github.com/geostyler/geostyler) Package: [npm](https://www.npmjs.com/package/geostyler)