Skip to content

Commit

Permalink
Fix xref
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Sep 7, 2023
1 parent 0f2d801 commit 2dbc41b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mongoose_cets_discovery.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
-export([start_link/1]).
-export([supervisor_specs/0]).

-ignore_xref([start_link/1]).

start_link(DiscoOpts) ->
Res = cets_discovery:start_link(DiscoOpts),

Check warning on line 8 in src/mongoose_cets_discovery.erl

View check run for this annotation

Codecov / codecov/patch

src/mongoose_cets_discovery.erl#L8

Added line #L8 was not covered by tests
%% Ensure metrics are added after the disco start
Expand Down

0 comments on commit 2dbc41b

Please sign in to comment.