We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cbd326 commit e306a1eCopy full SHA for e306a1e
.github/workflows/docs.yml
@@ -19,6 +19,17 @@ env:
19
BUILD_ARGS: ${{ (github.event_name == 'repository_dispatch' || github.event_name == 'workflow_dispatch') && 'install MATURIN_EXTRA_ARGS="--manylinux off"' || 'develop' }}
20
21
jobs:
22
+ print_doc_coverage:
23
+ name: Print documentation coverage
24
+ runs-on: ubuntu-latest
25
+ steps:
26
+ - uses: actions/checkout@v2
27
+ - uses: actions-rs/toolchain@v1
28
+ with:
29
+ toolchain: nightly
30
+ - id: coverage
31
+ uses: bewee/rustdoc-coverage-action@v1
32
+ - run: echo ${{ steps.coverage.outputs.documented }}
33
markdown-link-check:
34
runs-on: ubuntu-latest
35
steps:
0 commit comments