We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CI output
===> Analyzing applications... ===> Compiling cowboy_swagger ===> Running Common Test suites... %%% cowboy_swagger_SUITE: ..... %%% cowboy_swagger_handler_SUITE: .. All 7 tests passed. ===> Verifying dependencies... ===> Analyzing applications... ===> Compiling cowboy_swagger ===> Performing cover analysis... |-----------------------------------|------------| | module | coverage | |-----------------------------------|------------| | cowboy_swagger | 83% | | cowboy_swagger_handler | 73% | | cowboy_swagger_json_handler | 100% | | cowboy_swagger_redirect_handler | 100% | |-----------------------------------|------------| | total | 83% | |-----------------------------------|------------| coverage calculated from: /home/runner/work/cowboy_swagger/cowboy_swagger/_build/test/cover/ct.coverdata cover summary written to: /home/runner/work/cowboy_swagger/cowboy_swagger/_build/test/cover/index.html ===> Verifying dependencies... ===> You are using Erlang/OTP '24', but this plugin requires at least Erlang/OTP 25. Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered:
@vkatsuba if you adjust the github workflows to use 25, 26, and 27… I'll change the repo settings to require only those 3
Sorry, something went wrong.
CI will be updated in the scope of PR #207
No branches or pull requests
CI output
The text was updated successfully, but these errors were encountered: