• 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

0.0
/test/support/test_data.ex
1
defmodule JSON.LD.TestData do
2
  @moduledoc """
3
  Helpers to access test data.
4
  """
5

6
  @dir Path.join(File.cwd!(), "test/data/")
7
  def dir, do: @dir
×
8

9
  def file(name) do
10
    if File.exists?(path = Path.join(@dir, name)) do
×
11
      path
×
12
    else
13
      raise "Test data file '#{name}' not found"
×
14
    end
15
  end
16
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