Skip to content

Commit

Permalink
tests: Remove download coverage data step
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Cabezas committed Oct 16, 2023
1 parent 03ce03b commit 844bc0c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ jobs:
run: |
poetry install --with dev
- name: Download coverage data
uses: actions/download-artifact@v3.0.2
with:
name: coverage-data

- name: Combine coverage data and display human readable report
run: |
poetry run nox --session=coverage
Expand Down

0 comments on commit 844bc0c

Please sign in to comment.