Skip to content

Commit

Permalink
Merge branch 'base'
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnelson-nist committed Nov 6, 2024
2 parents c6d12be + 6dd9ef4 commit c88c8f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_exemplar_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ def test_exemplar_coverage() -> None:
combined_graph = Graph()

for filepath in (top_srcdir / "ontology").iterdir():
if filepath.name.startswith("_"):
# Skip temporary build artifacts.
continue
if filepath.name.startswith("."):
# Skip quality control test artifacts.
continue
Expand Down

0 comments on commit c88c8f3

Please sign in to comment.