Skip to content

Commit

Permalink
Up.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Apr 27, 2023
1 parent ffbd78d commit 28551a2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/github-actions.yml
Expand Up @@ -632,9 +632,10 @@ jobs:
tox -e ${{ matrix.tox_env }} -v
- uses: coverallsapp/github-action@v2
if: matrix.cover
continue-on-error: true
with:
flag-name: ${{ matrix.tox_env }}
parallel: true
flag-name: ${{ matrix.tox_env }}
- uses: codecov/codecov-action@v3
if: matrix.cover
with:
Expand All @@ -650,6 +651,7 @@ jobs:
path: wheelhouse/*.whl
finish:
needs: test
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
- uses: coverallsapp/github-action@v2
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -24,9 +24,9 @@ Overview
:alt: GitHub Actions Build Status
:target: https://github.com/ionelmc/python-nameless/actions

.. |coveralls| image:: https://coveralls.io/repos/ionelmc/python-nameless/badge.svg?branch=main&service=github
.. |coveralls| image:: https://coveralls.io/repos/github/ionelmc/python-nameless/badge.svg?branch=main
:alt: Coverage Status
:target: https://coveralls.io/r/ionelmc/python-nameless
:target: https://coveralls.io/github/ionelmc/python-nameless?branch=main

.. |codecov| image:: https://codecov.io/gh/ionelmc/python-nameless/branch/main/graphs/badge.svg?branch=main
:alt: Coverage Status
Expand Down
4 changes: 3 additions & 1 deletion ci/templates/.github/workflows/github-actions.yml
Expand Up @@ -105,9 +105,10 @@ jobs:
tox -e {{ '${{ matrix.tox_env }}' }} -v
- uses: coverallsapp/github-action@v2
if: matrix.cover
continue-on-error: true
with:
flag-name: {{ '${{ matrix.tox_env }}' }}
parallel: true
flag-name: {{ '${{ matrix.tox_env }}' }}
- uses: codecov/codecov-action@v3
if: matrix.cover
with:
Expand All @@ -123,6 +124,7 @@ jobs:
path: wheelhouse/*.whl
finish:
needs: test
if: {{ '${{ always() }}' }}
runs-on: ubuntu-latest
steps:
- uses: coverallsapp/github-action@v2
Expand Down

0 comments on commit 28551a2

Please sign in to comment.