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

Ignore pylint warnings for construct that does not work with Python 2 #268

Merged
merged 3 commits into from
Mar 23, 2024

Conversation

felixfontein
Copy link
Collaborator

SUMMARY

Fixes nightly CI: https://github.com/ansible-collections/community.routeros/actions/runs/8399659133/job/23006035379

ISSUE TYPE
  • Test Pull Request
COMPONENT NAME

tests/unit/compat/mock.py

Copy link

codecov bot commented Mar 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.99%. Comparing base (2ea1fef) to head (9bc6e7a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #268   +/-   ##
=======================================
  Coverage   82.99%   82.99%           
=======================================
  Files          32       32           
  Lines        4051     4051           
  Branches      873      873           
=======================================
  Hits         3362     3362           
  Misses        506      506           
  Partials      183      183           
Flag Coverage Δ
integration 66.86% <ø> (ø)
sanity 22.08% <ø> (ø)
units 82.93% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@felixfontein felixfontein merged commit d8ae2f4 into ansible-collections:main Mar 23, 2024
45 checks passed
@felixfontein felixfontein deleted the ci2 branch March 23, 2024 11:28
samburney pushed a commit to samburney/community.routeros that referenced this pull request Mar 30, 2024
…ansible-collections#268)

* Ignore pylint warnings for construct that does not work with Python 2.

* Revert "Ignore pylint warnings for construct that does not work with Python 2."

This reverts commit 407b2ef.

* Different approach: use ignore.txt since otherwise ansible-core 2.14 tests fail.
samburney pushed a commit to samburney/community.routeros that referenced this pull request Mar 30, 2024
…ansible-collections#268)

* Ignore pylint warnings for construct that does not work with Python 2.

* Revert "Ignore pylint warnings for construct that does not work with Python 2."

This reverts commit 407b2ef.

* Different approach: use ignore.txt since otherwise ansible-core 2.14 tests fail.
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.

1 participant