Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com>
  • Loading branch information
thombashi committed Jan 1, 2025
1 parent 37e96b6 commit 00487ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
REPORT_OUTPUT: md_report.md
run: |
echo "REPORT_FILE=${REPORT_OUTPUT}" >> "$GITHUB_ENV"
tox -e py -- --md-report-output "${REPORT_OUTPUT}"
tox -e cov -- --md-report-output "${REPORT_OUTPUT}"
- run: ls -alR
if : ${{ matrix.os != 'windows-latest' }}
Expand Down

0 comments on commit 00487ba

Please sign in to comment.