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

fix: pytest --ruff and --ruff-format don't work at the command line #8

Merged
merged 4 commits into from
Oct 31, 2023
Merged

fix: pytest --ruff and --ruff-format don't work at the command line #8

merged 4 commits into from
Oct 31, 2023

Conversation

skellys
Copy link
Contributor

@skellys skellys commented Oct 31, 2023

fixes #7 and #9

TODO

  • fix test case test_pytest_ruff_noformat where --ruff is specified but not --ruff-format

Copy link

codecov bot commented Oct 31, 2023

Codecov Report

Merging #8 (3e0cfef) into main (df22c01) will decrease coverage by 53.71%.
The diff coverage is 64.28%.

@@             Coverage Diff              @@
##              main       #8       +/-   ##
============================================
- Coverage   100.00%   46.29%   -53.71%     
============================================
  Files            1        3        +2     
  Lines           17      108       +91     
  Branches         3       16       +13     
============================================
+ Hits            17       50       +33     
- Misses           0       50       +50     
- Partials         0        8        +8     
Files Coverage Δ
tests/test_plugin.py 100.00% <100.00%> (ø)
pytest_ruff.py 25.64% <37.50%> (ø)

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@iurisilvio iurisilvio merged commit 2098829 into businho:main Oct 31, 2023
5 of 7 checks passed
@iurisilvio
Copy link
Contributor

Thanks for the PR! I did a commit with some fixes, but it helped me a lot!

@skellys skellys deleted the fix/fix_v0_2 branch October 31, 2023 20:50
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.

Bug: pytest --ruff and --ruff-format don't work at the command line
2 participants