Skip to content

Commit

Permalink
📚 Add codecov badge (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Jul 1, 2023
1 parent 69a6c42 commit afc5096
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/server-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ on:
branches: [main]
tags:
- 'v*'
pull_request: # TODO delete
pull_request:
paths-ignore:
- README.md
- CHANGELOG.md
- "docs/**"

jobs:

Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down Expand Up @@ -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

0 comments on commit afc5096

Please sign in to comment.