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 RenameKeywords transformer #194

Merged
merged 11 commits into from
Sep 14, 2021
Merged

Add RenameKeywords transformer #194

merged 11 commits into from
Sep 14, 2021

Conversation

bhirsz
Copy link
Member

@bhirsz bhirsz commented Sep 9, 2021

Closes #183

@bhirsz bhirsz requested a review from mnojek as a code owner September 9, 2021 13:01
@codecov-commenter
Copy link

codecov-commenter commented Sep 9, 2021

Codecov Report

Merging #194 (ead89df) into main (d9a7cd6) will decrease coverage by 0.01%.
The diff coverage is 97.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #194      +/-   ##
==========================================
- Coverage   97.32%   97.31%   -0.02%     
==========================================
  Files          26       27       +1     
  Lines        1458     1488      +30     
==========================================
+ Hits         1419     1448      +29     
- Misses         39       40       +1     
Impacted Files Coverage Δ
robotidy/transformers/__init__.py 100.00% <ø> (ø)
robotidy/transformers/RenameKeywords.py 96.87% <96.87%> (ø)
robotidy/decorators.py 100.00% <100.00%> (ø)
robotidy/transformers/RenameTestCases.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d9a7cd6...ead89df. Read the comment docs.

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.

[Transformer] Enforce test case / keyword names convention
3 participants