Skip to content

Commit cd2e21d

Browse files
committed
ignore _ext in docs
1 parent 5b0c4b7 commit cd2e21d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ jobs:
623623
python -m lenskit.data.fetch ml-100k ml-1m ml-10m ml-20m
624624
- name: "📕 Validate documentation examples"
625625
run: |
626-
pytest --cov=lenskit/lenskit --cov=lenskit-funksvd/lenskit --cov=lenskit-implicit/lenskit --cov=lenskit-hpf/lenskit --nbval-lax --doctest-glob='*.rst' --log-file test-docs.log docs */lenskit
626+
pytest --cov=lenskit/lenskit --cov=lenskit-funksvd/lenskit --cov=lenskit-implicit/lenskit --cov=lenskit-hpf/lenskit --nbval-lax --doctest-glob='*.rst' --ignore='docs/_ext' --log-file test-docs.log docs */lenskit
627627
- name: "📐 Coverage results"
628628
if: '${{ !cancelled() }}'
629629
run: |

workflows/test/test-examples.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function exampleTestJob(): WorkflowJob {
2626
{
2727
"name": "📕 Validate documentation examples",
2828
"run": script(
29-
`pytest ${cov} --nbval-lax --doctest-glob='*.rst' --log-file test-docs.log docs */lenskit`,
29+
`pytest ${cov} --nbval-lax --doctest-glob='*.rst' --ignore='docs/_ext' --log-file test-docs.log docs */lenskit`,
3030
),
3131
},
3232
...coverageSteps(options),

0 commit comments

Comments
 (0)