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

rdf-elixir / jsonld-ex / bd9851c60e144a0df4fc91c3902d66b7cd38ee6d

03 Aug 2024 07:06PM UTC coverage: 93.513% (-1.8%) from 95.293%
bd9851c60e144a0df4fc91c3902d66b7cd38ee6d

push

github

marcelotto
Add latest Elixir and OTP versions to CI build matrix

1009 of 1079 relevant lines covered (93.51%)

1791.55 hits per line

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

50.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
3,835✔
11
      path
3,835✔
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

© 2026 Coveralls, Inc