Compare commits

...

2 Commits

Author SHA1 Message Date
Steve Manuel
5c31215ce7 update sdk coverage script to fully include elixir
Co-authored-by: zach <zach@dylib.so>
2022-10-25 20:06:34 -06:00
Benjamin Eckel
fc95a99e40 test(elixir-sdk): Add Elixir to SDK coverage script 2022-10-25 17:34:52 -05:00

View File

@@ -1,7 +1,4 @@
import sys
import io
import subprocess
import os
from header import *
@@ -58,6 +55,7 @@ if __name__ == '__main__':
Lang('python', 'py'),
Lang('ruby', 'rb'),
Lang('rust', 'rs'),
Lang('elixir', 'ex', path='../elixir/lib/extism/'),
]
header = Header()