Skip to content

Commit

Permalink
fix coverage reporting (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 authored Sep 16, 2024
1 parent 7d0ec5c commit f718f24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ jobs:
with:
name: coverage-data-${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.sphinx-version }}
path: .coverage*
include-hidden-files: true

coverage-report:
needs: [test]
Expand Down

0 comments on commit f718f24

Please sign in to comment.