Skip to content

Commit

Permalink
Updating to version 1.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMapes committed Sep 4, 2024
1 parent c256d39 commit c16f343
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
- name: Upload coverage data
uses: actions/upload-artifact@v4
with:
name: sm-coverage-data-${{ matrix.python-version }}
path: '${{ github.workspace }}/.coverage.*'
name: sm-coverage-data
path: '.coverage.*'

coverage:
name: Coverage
Expand All @@ -73,8 +73,9 @@ jobs:
- name: Download data
uses: actions/download-artifact@v4
with:
path: ${{ github.workspace }}
pattern: sm-coverage-data-*
name: sm-coverage-data
path: '.coverage.*'
overwrite: true
merge-multiple: true

- name: Combine coverage and fail if it's <85 should be 100% but I have not completed the tests yet
Expand Down

0 comments on commit c16f343

Please sign in to comment.