Skip to content

Commit

Permalink
Backport
Browse files Browse the repository at this point in the history
No effects were observed on Make-managed files.

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Nov 6, 2024
1 parent 443ced0 commit 6dd9ef4
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 @@ -41,6 +41,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 6dd9ef4

Please sign in to comment.