diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4b3b35705..186d803a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,27 +27,6 @@ jobs: - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1 - release-coverage: - name: Updated ANTA release coverage badge - runs-on: ubuntu-20.04 - needs: [pypi] - steps: - - uses: actions/checkout@v4 - - name: Setup Python - uses: actions/setup-python@v5 - with: - python-version: "3.11" - - name: Install dependencies - run: pip install genbadge[coverage] tox tox-gh-actions - - name: "Run pytest via tox for ${{ matrix.python }}" - run: tox - - name: Generate coverage badge - run: genbadge coverage -i .coverage.xml -o badge/latest-release-coverage.svg - - name: Publish coverage badge to gh-pages branch - uses: JamesIves/github-pages-deploy-action@v4 - with: - branch: coverage-badge - folder: badge release-doc: name: "Publish documentation for release ${{github.ref_name}}" runs-on: ubuntu-latest