Skip to content

Commit

Permalink
coverage update
Browse files Browse the repository at this point in the history
  • Loading branch information
pawlizio committed Sep 11, 2024
1 parent 27c4d18 commit 437aac0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ jobs:
pip install -r requirements/testing.txt
- name: Download all coverage artifacts
uses: actions/download-artifact@v4
with:
path: .coverage
pattern: coverage*
merge-multiple: true
- run: ls -R .my-artifact
- name: Create coverage report
run: |
coverage combine coverage*/.coverage*
Expand Down

0 comments on commit 437aac0

Please sign in to comment.