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

Reduce unnecessary setting run ci #2847

Merged
merged 1 commit into from Mar 12, 2022

Conversation

zhongjiajie
Copy link
Contributor

@zhongjiajie zhongjiajie commented Mar 12, 2022

  • In job python-version-tests, we already told the version we
    setup in step Set up Python, so we could simply run command
    tox -e py to trigger the job, so we could remove the
    Set Tox Python Param step
  • In job other-tests we just set an unused variable by one step
    and I think we should directly remove it.

* In job `python-version-tests`, we already told the version we
  setup in step `Set up Python`, so we could simply run command
  `tox -e py` to trigger the job, so we could remove the
  `Set Tox Python Param` step
* In job `other-tests` we just set unused vairable by one step
  and I think we should directly remove it.
@codecov
Copy link

codecov bot commented Mar 12, 2022

Codecov Report

Merging #2847 (af1ab11) into main (999a5e0) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main     #2847   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          163       163           
  Lines        12425     12425           
=========================================
  Hits         12425     12425           

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 999a5e0...af1ab11. Read the comment docs.

@zhongjiajie
Copy link
Contributor Author

CI pass and it look good, PTAL @tunetheweb @barrywhart

Copy link
Member

@tunetheweb tunetheweb left a comment

Choose a reason for hiding this comment

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

Good spots!

@tunetheweb tunetheweb merged commit f37dc14 into sqlfluff:main Mar 12, 2022
@zhongjiajie zhongjiajie deleted the ci-reduce-unused branch March 12, 2022 14:34
@zhongjiajie
Copy link
Contributor Author

Thanks

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.

None yet

2 participants