-
Notifications
You must be signed in to change notification settings - Fork 19
Use analyze-project from ni/python-actions #1252
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
Conversation
@bkeryan I think we could update |
Sure, you can use a matrix like in ni-apis-python. |
packages/service/ni_measurement_plugin_sdk_service/_configuration.py
Outdated
Show resolved
Hide resolved
packages/service/ni_measurement_plugin_sdk_service/_configuration.py
Outdated
Show resolved
Hide resolved
packages/service/ni_measurement_plugin_sdk_service/_tracelogging.py
Outdated
Show resolved
Hide resolved
@bkeryan FYI, adding 'checks_succeeded' and 'unit_tests_succeeded' as summary steps to reduce the required checks. |
For tests, use "Test Results", provided by https://github.com/EnricoMi/publish-unit-test-result-action |
What does this Pull Request accomplish?
Re-use the
analyze-project
action frompython-actions
repo.Why should this Pull Request be merged?
Standard analysis of a Python package.
What testing has been done?
PR