From afc5096786b8c8a40ae4a8a86b290971cb92a07c Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Sat, 1 Jul 2023 16:26:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Add=20codecov=20badge=20(#21)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/server-tests.yml | 6 +++++- README.md | 8 ++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/server-tests.yml b/.github/workflows/server-tests.yml index e166952..8b41a3f 100644 --- a/.github/workflows/server-tests.yml +++ b/.github/workflows/server-tests.yml @@ -8,7 +8,11 @@ on: branches: [main] tags: - 'v*' - pull_request: # TODO delete + pull_request: + paths-ignore: + - README.md + - CHANGELOG.md + - "docs/**" jobs: diff --git a/README.md b/README.md index 5cafd59..f0d4e1d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # aiida-firecrest [IN-DEVELOPMENT] +[![Coverage Status][codecov-badge]][codecov-link] +[![Code style: black][black-badge]][black-link] + AiiDA Transport/Scheduler plugins for interfacing with [FirecREST](https://products.cscs.ch/firecrest/), via [pyfirecrest](https://github.com/eth-cscs/pyfirecrest). It is currently tested against [FirecREST v1.13.0](https://github.com/eth-cscs/firecrest/releases/tag/v1.13.0). @@ -180,3 +183,8 @@ To fix this, ensure that you set `FIRECREST_LOCAL_TESTING = true` in your enviro Large file downloads has the same problem, but even with this fix, it will still fail with a 403 HTTP error, due to a signature mismatch. No automatic workaround has been found for this yet, although it is of note that you can find these files directly where you your `firecrest` Github repo is cloned, `/path/to/firecrest/deploy/demo/minio/` plus the path of the URL. + +[codecov-badge]: https://codecov.io/gh/aiidateam/aiida-firecrest/branch/main/graph/badge.svg +[codecov-link]: https://codecov.io/gh/aiidateam/aiida-firecrest +[black-badge]: https://img.shields.io/badge/code%20style-black-000000.svg +[black-link]: https://github.com/ambv/black