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

ci: move clangd and clang-tidy to own job #2494

Merged
merged 1 commit into from
Nov 23, 2023
Merged

Conversation

Riolku
Copy link
Contributor

@Riolku Riolku commented Nov 23, 2023

Right now, the clangd diagnostic pass and the clang-tidy pass run very late in the run. This change moves them into their own job that runs after the preliminary checks.

@Riolku Riolku force-pushed the earlier-clang-diagnostics branch 4 times, most recently from dcc1d7b to edc6b9a Compare November 23, 2023 21:22
Copy link

codecov bot commented Nov 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c141cb8) 91.53% compared to head (36a11ee) 91.53%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2494   +/-   ##
=======================================
  Coverage   91.53%   91.53%           
=======================================
  Files        1026     1026           
  Lines       37906    37906           
=======================================
  Hits        34696    34696           
  Misses       3210     3210           

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

@Riolku Riolku force-pushed the earlier-clang-diagnostics branch 5 times, most recently from 2f716b9 to 936ec6e Compare November 23, 2023 21:55
Right now, the clangd diagnostic pass and the clang-tidy pass run very
late in the run. This change moves them into their own job that runs
after the preliminary checks.
@Riolku Riolku merged commit 4bb9670 into master Nov 23, 2023
13 checks passed
@Riolku Riolku deleted the earlier-clang-diagnostics branch November 23, 2023 22:37
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.

2 participants