• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rdf-elixir / jsonld-ex / de3ca9b1dae3a8dffda3dec6d69d62a58ee3622e

10 Apr 2025 03:31PM UTC coverage: 91.542%. Remained the same
de3ca9b1dae3a8dffda3dec6d69d62a58ee3622e

push

github

marcelotto
Remove unused HTML versions of test manifests

1775 of 1939 relevant lines covered (91.54%)

4387.12 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

66.67
/test/support/test_vocabulary_namespaces.ex
1
defmodule JSON.LD.TestVocabularyNamespaces do
2
  @moduledoc """
3
  Test `RDF.Vocabulary.Namespace`s used in tests.
4
  """
5

6
  use RDF.Vocabulary.Namespace
7

8
  defvocab EX,
562✔
9
    base_iri: "http://example.com/",
10
    terms: [],
11
    strict: false
12

13
  defvocab S,
36✔
14
    base_iri: "http://schema.org/",
15
    terms: [],
16
    strict: false
17

18
  defvocab FOAF,
×
19
    base_iri: "http://xmlns.com/foaf/0.1/",
20
    terms: [],
21
    strict: false
22
end
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc