-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add GitHub Actions for eunit #19
Comments
Good place to get started: https://github.com/marketplace/actions/setup-erlang |
Use OTP 23+ |
This github workflow file is a complete example. The major difference is that I build that NIF with CMake, and the CMake script if there is an environment variable named |
Neat, thank you. Does coverage also hit the nif code? I don't know the difference between |
The codecov only tracks erlang coverage. IIRC, that is using covertool. |
Include ASan defined here: #17
The text was updated successfully, but these errors were encountered: