Skip to content

Commit a7d861e

Browse files
committed
chore: introduce rustdoc coverage for PRs too
Signed-off-by: R. Tyler Croy <[email protected]>
1 parent 3cbd326 commit a7d861e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,3 +293,16 @@ jobs:
293293
fail_ci_if_error: true
294294
env:
295295
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
296+
297+
print_doc_coverage:
298+
name: Print documentation coverage
299+
runs-on: ubuntu-latest
300+
steps:
301+
- uses: actions/checkout@v2
302+
- uses: actions-rs/toolchain@v1
303+
with:
304+
toolchain: nightly
305+
- id: coverage
306+
uses: bewee/rustdoc-coverage-action@v1
307+
working-dir: ./crates/deltalake
308+
- run: echo ${{ steps.coverage.outputs.documented }}

0 commit comments

Comments
 (0)