Skip to content

Commit

Permalink
Merge pull request #818 from NeurodataWithoutBorders/fix_badges
Browse files Browse the repository at this point in the history
Fix badges
  • Loading branch information
CodyCBakerPhD authored Jun 1, 2024
2 parents 06488b6 + 3d28b57 commit 16bbbdd
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
server_port: 465
username: ${{ secrets.MAIL_USERNAME }}
password: ${{ secrets.MAIL_PASSWORD }}
subject: NeuroConv Daily Test Failure
subject: NWB GUIDE Daily Test Failure
to: ${{ secrets.DAILY_FAILURE_EMAIL_LIST }}
from: NWB Guide Daily Tests
body: "The daily tests workflow failed, please check the status at https://github.com/NeurodataWithoutBorders/nwb-guide/actions/workflows/daily_tests.yml"
2 changes: 1 addition & 1 deletion .github/workflows/testing_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

run:
# Will read on PR dashboard as 'Deploy / DevTests / {os}'
# Action dashboard identified by 'Deploy'
# Action dashboard identified by 'Dev tests'
# Requirement settings identified as 'DevTests / {os}'
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing_dev_with_live_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

run:
# Will read on PR dashboard as 'Deploy / LiveServices / {os}'
# Action dashboard identified by 'Deploy'
# Action dashboard identified by 'Dev tests with live services'
# Requirement settings identified as 'LiveServices / {os}'
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing_flask_build_and_dist.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Test Flask build and dev tests on Flask distributable
name: Flask build and distributable tests
on:
workflow_call:

jobs:

run:
# Will read on PR dashboard as 'Deploy / BuildTests / {os}'
# Action dashboard identified by 'Deploy'
# Action dashboard identified by 'Flask build and distributable tests'
# Requirement settings identified as 'BuildTests / {os}'
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing_pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Example data pipeline Tests
name: Example data pipeline tests
on:
workflow_call:

jobs:

run:
# Will read on PR dashboard as 'Deploy / ExampleDataTests / {os}'
# Action dashboard identified by 'Deploy'
# Action dashboard identified by 'Example data pipeline tests'
# Requirement settings identified as 'ExampleDataTests / {os}'
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
<img src="src/electron/frontend/assets/img/logo-guide-draft-transparent-tight.png" width="250" alt="NeuroConv logo"/>
<h3 align="center">NWB Graphical User Interface for Data Entry</h3>
<p align="center">
<a href="https://github.com/NeurodataWithoutBorders/nwb-guide/actions/workflows/testing.yml"><img src="https://github.com/NeurodataWithoutBorders/nwb-guide/actions/workflows/testing.yml/badge.svg" alt="Full Tests"></a>
<a href="https://github.com/NeurodataWithoutBorders/nwb-guide/actions/workflows/testing-external.yml"><img src="https://github.com/NeurodataWithoutBorders/nwb-guide/actions/workflows/testing-external.yml/badge.svg" alt="Full Tests with External Dependencies"></a>
<a href="https://github.com/neurodatawithoutborders/nwb-guide/actions/workflows/pyflask-build-and-dist-tests.yml"><img src="https://github.com/NeurodataWithoutBorders/nwb-guide/actions/workflows/pyflask-build-and-dist-tests.yml/badge.svg" alt="Build and Distributable Tests"></a>
<a href="https://github.com/NeurodataWithoutBorders/nwb-guide/actions/workflows/daily_tests.yml"><img src="https://github.com/NeurodataWithoutBorders/nwb-guide/actions/workflows/daily_tests.yml/badge.svg" alt="All Tests"></a>
<a href="https://codecov.io/github/NeurodataWithoutBorders/nwb-guide?branch=main"><img src="https://codecov.io/github/NeurodataWithoutBorders/nwb-guide/coverage.svg?branch=main" alt="codecov"></a>
<a href="https://nwb-guide.readthedocs.io/en/latest/"><img src="https://readthedocs.org/projects/nwb-guide/badge/?version=latest" alt="Documentation"></a>
<a href="https://github.com/catalystneuro/nwb-guide/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-yellow.svg" alt="License: MIT"></a>
</p>
<p align="center">
<a href="https://github.com/NeurodataWithoutBorders/nwb-guide/actions/workflows/Build-and-deploy-mac.yml"><img src="https://github.com/NeurodataWithoutBorders/nwb-guide/actions/workflows/Build-and-deploy-mac.yml/badge.svg" alt="Mac Build"></a>
<a href="https://github.com/NeurodataWithoutBorders/nwb-guide/actions/workflows/Build-and-deploy-win.yml"><img src="https://github.com/NeurodataWithoutBorders/nwb-guide/actions/workflows/Build-and-deploy-win.yml/badge.svg" alt="Windows Build"></a>
<a href="https://github.com/NeurodataWithoutBorders/nwb-guide/actions/workflows/build_and_deploy_mac.yml"><img src="https://github.com/NeurodataWithoutBorders/nwb-guide/actions/workflows/build_and_deploy_mac.yml/badge.svg" alt="Mac Build"></a>
<a href="https://github.com/NeurodataWithoutBorders/nwb-guide/actions/workflows/build_and_deploy_win.yml"><img src="https://github.com/NeurodataWithoutBorders/nwb-guide/actions/workflows/build_and_deploy_win.yml/badge.svg" alt="Windows Build"></a>
</p>
<p align="center">
<a href="https://github.com/psf/black"><img alt="Python code style: black" src="https://img.shields.io/badge/python_code_style-black-000000.svg"></a>
Expand Down

0 comments on commit 16bbbdd

Please sign in to comment.