Skip to content

Commit

Permalink
store coverage to json
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik committed Apr 8, 2023
1 parent 91ae9e1 commit 74d7c44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
- run: coverage report
- run: coverage json --show-contexts

- name: Store coverage HTML
- name: Store coverage JSON
uses: actions/upload-artifact@v3
with:
name: coverage-html
path: htmlcov
name: coverage-json
path: coverage.json

0 comments on commit 74d7c44

Please sign in to comment.