From 4bff1453947bcc9b688eaa4c4f6087aad5058874 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Thu, 20 Aug 2020 21:30:56 +0200 Subject: [PATCH 1/4] Fixed badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7adc676f..3bbe3976 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # novelWriter -[![PyTest + Coverage](https://github.com/vkbo/novelWriter/workflows/PyTest%20+%20Coverage/badge.svg?branch=main)](https://github.com/vkbo/novelWriter/actions) +[![PyTest](https://github.com/vkbo/novelWriter/workflows/PyTest/badge.svg)](https://github.com/vkbo/novelWriter/actions) [![codecov](https://codecov.io/gh/vkbo/novelWriter/branch/main/graph/badge.svg)](https://codecov.io/gh/vkbo/novelWriter) [![Documentation Status](https://readthedocs.org/projects/novelwriter/badge/?version=latest)](https://novelwriter.readthedocs.io/en/latest/?badge=latest) [![Flake8 Checks](https://github.com/vkbo/novelWriter/workflows/Flake8%20Checks/badge.svg)](https://github.com/vkbo/novelWriter/actions) From bf14e626e0b7bc0159bc3c2972c05d61c1b427cb Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Thu, 20 Aug 2020 21:31:33 +0200 Subject: [PATCH 2/4] Also include push to main --- .github/workflows/pytest_cov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pytest_cov.yml b/.github/workflows/pytest_cov.yml index 8e60f72b..ceffa275 100644 --- a/.github/workflows/pytest_cov.yml +++ b/.github/workflows/pytest_cov.yml @@ -1,6 +1,8 @@ name: PyTest on: + push: + branches: [ main ] pull_request: branches: [ main, dev ] From 326dfb44f157f711c33b42858b2d0df67c5fd787 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Thu, 20 Aug 2020 21:33:25 +0200 Subject: [PATCH 3/4] Renamed Flake8 Checks to Flake8 --- .github/workflows/syntax.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/syntax.yml b/.github/workflows/syntax.yml index 20736e91..980bef02 100644 --- a/.github/workflows/syntax.yml +++ b/.github/workflows/syntax.yml @@ -1,4 +1,4 @@ -name: Flake8 Checks +name: Flake8 on: push: From 8210a78b1fb21ea0796c2402e77867f18488c61f Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Thu, 20 Aug 2020 21:35:06 +0200 Subject: [PATCH 4/4] Updated badges again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bbe3976..92c134ac 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![PyTest](https://github.com/vkbo/novelWriter/workflows/PyTest/badge.svg)](https://github.com/vkbo/novelWriter/actions) [![codecov](https://codecov.io/gh/vkbo/novelWriter/branch/main/graph/badge.svg)](https://codecov.io/gh/vkbo/novelWriter) [![Documentation Status](https://readthedocs.org/projects/novelwriter/badge/?version=latest)](https://novelwriter.readthedocs.io/en/latest/?badge=latest) -[![Flake8 Checks](https://github.com/vkbo/novelWriter/workflows/Flake8%20Checks/badge.svg)](https://github.com/vkbo/novelWriter/actions) +[![Flake8](https://github.com/vkbo/novelWriter/workflows/Flake8/badge.svg)](https://github.com/vkbo/novelWriter/actions) [![PyPI](https://img.shields.io/pypi/v/novelwriter)](https://pypi.org/project/novelWriter/) [![Python Version](https://img.shields.io/pypi/pyversions/novelwriter)](https://pypi.org/project/novelWriter/)