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
We would like to support many user systems with aleph-client, including:
While most of the code is portable, some dependencies are compiled differently for different systems.
Tests currently run only on Ubuntu 20.04 via a Docker image, as defined in https://github.com/aleph-im/aleph-client/blob/master/.github/workflows/test-pytest.yml
This gives us low confidence on whether aleph-client works on these platforms, and we have no idea if a commit breaks it.
Add GitHub Actions workflows that run pytest with flake8 and check for coverage. Also check types using mypy.
https://pypi.org/project/flake8/ https://pypi.org/project/mypy/ https://pypi.org/project/pytest-cov/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
We would like to support many user systems with aleph-client, including:
While most of the code is portable, some dependencies are compiled differently for different systems.
Tests currently run only on Ubuntu 20.04 via a Docker image, as defined in https://github.com/aleph-im/aleph-client/blob/master/.github/workflows/test-pytest.yml
This gives us low confidence on whether aleph-client works on these platforms, and we have no idea if a commit breaks it.
Proposal
Add GitHub Actions workflows that run pytest with flake8 and check for coverage. Also check types using mypy.
https://pypi.org/project/flake8/
https://pypi.org/project/mypy/
https://pypi.org/project/pytest-cov/
The text was updated successfully, but these errors were encountered: