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 00e0ce6 commit 91ae9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- run: ls -la coverage
- run: coverage combine coverage
- run: coverage report
- run: coverage html --show-contexts --title "Coverage for ${{ github.sha }}"
- run: coverage json --show-contexts

- name: Store coverage HTML
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 91ae9e1

Please sign in to comment.