Skip to content

Commit

Permalink
properly output coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
hyusap committed Feb 14, 2024
1 parent f359be4 commit 178b488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cd sdk
poetry install
poetry run coverage run -m pytest
poetry run coverage xml coverage.xml
poetry run coverage xml -o coverage.xml
cd ..
- name: Code Coverage
uses: irongut/[email protected]
Expand Down

0 comments on commit 178b488

Please sign in to comment.