Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Tsuyoshi Hombashi <[email protected]>
  • Loading branch information
thombashi committed Jan 1, 2025
1 parent 37e96b6 commit 802cdb6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .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 All @@ -167,7 +167,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: ${{ matrix.os }}-${{ matrix.python-version }}
COVERALLS_PARALLEL: true
run: coveralls --service=github
run: coveralls

coveralls:
name: Indicate completion to coveralls.io
Expand All @@ -182,4 +182,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls --finish

0 comments on commit 802cdb6

Please sign in to comment.