Skip to content

Commit

Permalink
update badge filename, and actions marketplace item versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed May 3, 2024
1 parent d9d079f commit 3bfcdc8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install project
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
with:
auth: ${{ secrets.GIST_BADGE_SECRET }}
gistID: 5d09224ecea8b55443fb2c92b8e8c6a7
filename: badge.json
filename: cov_badge__nuclei-vis-napari.json
label: Coverage
message: ${{ env.cov_pct }}% (${{ env.covered_statement_count }} of ${{ env.total_statement_count }})
minColorRange: 50
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nuclei-vis-napari
[![CI - Test](https://github.com/gerlichlab/nuclei-vis-napari/actions/workflows/tests.yaml/badge.svg)](https://github.com/gerlichlab/nuclei-vis-napari/actions/workflows/tests.yaml)
![Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/vreuter/5d09224ecea8b55443fb2c92b8e8c6a7/raw/badge.json)
![Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/vreuter/5d09224ecea8b55443fb2c92b8e8c6a7/raw/cov_badge__nuclei-vis-napari.json)
[![Formatting](https://github.com/gerlichlab/nuclei-vis-napari/actions/workflows/format.yaml/badge.svg)](https://github.com/gerlichlab/nuclei-vis-napari/actions/workflows/format.yaml)
[![Linting](https://github.com/gerlichlab/nuclei-vis-napari/actions/workflows/lint.yaml/badge.svg)](https://github.com/gerlichlab/nuclei-vis-napari/actions/workflows/lint.yaml)

Expand Down

0 comments on commit 3bfcdc8

Please sign in to comment.