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

Run unit tests in parallel #2480

Merged
merged 2 commits into from Mar 14, 2022
Merged

Run unit tests in parallel #2480

merged 2 commits into from Mar 14, 2022

Conversation

jjngx
Copy link
Contributor

@jjngx jjngx commented Mar 11, 2022

Proposed changes

Run tests in parallel.

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto master
  • I will ensure my PR is targeting the master branch and pulling from my branch from my own fork

@jjngx jjngx added the tests Pull requests that update tests label Mar 11, 2022
@codecov-commenter
Copy link

codecov-commenter commented Mar 11, 2022

Codecov Report

Merging #2480 (6e080a8) into master (8791d41) will increase coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #2480      +/-   ##
==========================================
+ Coverage   53.62%   53.65%   +0.02%     
==========================================
  Files          48       48              
  Lines       14220    14220              
==========================================
+ Hits         7626     7630       +4     
+ Misses       6351     6349       -2     
+ Partials      243      241       -2     
Impacted Files Coverage Δ
internal/k8s/configuration.go 95.86% <0.00%> (+0.38%) ⬆️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@jjngx jjngx merged commit ebf43bc into nginxinc:master Mar 14, 2022
@jjngx jjngx deleted the testrun branch March 16, 2022 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Pull requests that update tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants