Skip to content
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 pylint github action file. #2332

Merged
merged 90 commits into from
Jun 11, 2024
Merged

Add pylint github action file. #2332

merged 90 commits into from
Jun 11, 2024

Conversation

fatcat-z
Copy link
Collaborator

@fatcat-z fatcat-z commented May 23, 2024

Move all CI on Azure DevOps to GITHUB actions.

Comment on lines 55 to 60
- name: Run unit tests
run: pytest tests/

- name: Generate coverage report
if: ${{ matrix.report_coverage == 'True' }}
run: coverage report

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These two steps can be combined. See https://github.com/onnx/onnx/blob/main/.github/workflows/main.yml

--cov-report=xml --cov-append --cov-branch --junit-xml pytest.xml

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- name: Generate coverage report
if: ${{ matrix.report_coverage == 'True' }}
run: coverage report

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fatcat-z added 18 commits May 30, 2024 14:18
Signed-off-by: Jay Zhang <[email protected]>
Signed-off-by: Jay Zhang <[email protected]>
Signed-off-by: Jay Zhang <[email protected]>
Signed-off-by: Jay Zhang <[email protected]>
Signed-off-by: Jay Zhang <[email protected]>
Signed-off-by: Jay Zhang <[email protected]>
Signed-off-by: Jay Zhang <[email protected]>
Signed-off-by: Jay Zhang <[email protected]>
Signed-off-by: Jay Zhang <[email protected]>
Signed-off-by: Jay Zhang <[email protected]>
Signed-off-by: Jay Zhang <[email protected]>
Signed-off-by: Jay Zhang <[email protected]>
Signed-off-by: Jay Zhang <[email protected]>
Signed-off-by: Jay Zhang <[email protected]>
fatcat-z added 23 commits June 5, 2024 10:03
Signed-off-by: Jay Zhang <[email protected]>
Signed-off-by: Jay Zhang <[email protected]>
Signed-off-by: Jay Zhang <[email protected]>
Signed-off-by: Jay Zhang <[email protected]>
Signed-off-by: Jay Zhang <[email protected]>
Signed-off-by: Jay Zhang <[email protected]>
Signed-off-by: Jay Zhang <[email protected]>
Signed-off-by: Jay Zhang <[email protected]>
Signed-off-by: Jay Zhang <[email protected]>
Signed-off-by: Jay Zhang <[email protected]>
Signed-off-by: Jay Zhang <[email protected]>
@fatcat-z fatcat-z marked this pull request as ready for review June 11, 2024 04:16
@fatcat-z fatcat-z requested a review from xiaowuhu June 11, 2024 04:16
@xadupre xadupre enabled auto-merge June 11, 2024 18:17
@xadupre xadupre disabled auto-merge June 11, 2024 18:20
@xadupre xadupre merged commit 01fcd9b into onnx:main Jun 11, 2024
75 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants