Skip to content

Commit

Permalink
WIP - spinlock
Browse files Browse the repository at this point in the history
  • Loading branch information
farhadi committed Jan 11, 2024
1 parent 260135b commit 9d95a0d
Show file tree
Hide file tree
Showing 6 changed files with 168 additions and 213 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
- name: Generate coverage reports
run: rebar3 covertool generate

- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
with:
file: _build/test/covertool/cuckoo_filter.covertool.xml
1 change: 1 addition & 0 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{erl_opts, [debug_info]}.
{deps, [{spinlock, "0.2.0"}]}.

{profiles, [
{test, [{deps, [{xxh3, "0.3.5"}]}]}
Expand Down
9 changes: 8 additions & 1 deletion rebar.lock
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
[].
{"1.2.0",
[{<<"spinlock">>,{pkg,<<"spinlock">>,<<"0.2.0">>},0}]}.
[
{pkg_hash,[
{<<"spinlock">>, <<"AE5F73225FBBF47FEC8A01AC8215191868FD84F45E6F5612F3CDE38738DF482B">>}]},
{pkg_hash_ext,[
{<<"spinlock">>, <<"F4F08FFCBF7B117394889FE1597494FEE605D76BEEE0CD489877B5A73A26D3AF">>}]}
].
Loading

0 comments on commit 9d95a0d

Please sign in to comment.