Skip to content

Commit

Permalink
Merge pull request #109 from tschm/patch-2
Browse files Browse the repository at this point in the history
Update build.yml
  • Loading branch information
DanCardin authored Mar 26, 2024
2 parents e249658 + f241b96 commit b19fbb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
- name: Store test result artifacts
uses: actions/upload-artifact@v4
with:
name: covarage-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.pytest-version }}-${{ matrix.pytest-asyncio-version }}-${{ matrix.sqlalchemy-version }}-${{ hashFiles('**/poetry.lock') }}
path: coverage.xml

- name: Coveralls
Expand Down

0 comments on commit b19fbb6

Please sign in to comment.