Skip to content

Commit

Permalink
Almost there on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ronf committed Feb 25, 2024
1 parent df99229 commit 5ee0214
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,14 @@ jobs:
- name: Upload coverage data
uses: actions/upload-artifact@v4
with:
name: coverage-${{ matrix.runs-on }}-${{ matrix.python-version }}
name: coverage-${{ matrix.os }}-${{ matrix.python-version }}
path: asyncssh/.coverage.*
retention-days: 1

merge-coverage:
runs-on: ubuntu-latest
needs: run-tests
if: ${{ always() }}
steps:
- name: Merge coverage
uses: actions/upload-artifact/merge@v4
Expand Down

0 comments on commit 5ee0214

Please sign in to comment.