Skip to content

Commit

Permalink
Upload reports
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-sweet committed May 21, 2023
1 parent bba3547 commit 187ee4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ jobs:
- name: Coverage
uses: codecov/codecov-action@v2

- uses: actions/upload-artifact@v3
with:
name: Upload pytest reports as JSON
path: ./report-*.json

deploy:
# this will run when you have tagged a commit, starting with "v*"
# and requires that you have put your twine API key in your
Expand Down

0 comments on commit 187ee4f

Please sign in to comment.