From 3bfcdc8f1d57c266c77b689730ff52f2126704a1 Mon Sep 17 00:00:00 2001 From: vreuter Date: Fri, 3 May 2024 11:34:38 +0200 Subject: [PATCH] update badge filename, and actions marketplace item versions --- .github/workflows/format.yaml | 4 ++-- .github/workflows/lint.yaml | 4 ++-- .github/workflows/tests.yaml | 2 +- README.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index df2ee6b..e4caa0d 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -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 diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 06b24f6..ddfa530 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -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 diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 90c22f1..97edcac 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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 diff --git a/README.md b/README.md index d79f402..68bc43a 100644 --- a/README.md +++ b/README.md @@ -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)