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 remaining tests in parallel #2089

Closed
wants to merge 2 commits into from
Closed

Conversation

lucacome
Copy link
Member

@lucacome lucacome commented Jun 4, 2024

Proposed changes

Write a clear and concise description that helps reviewers understand the purpose and impact of your changes. Use the
following format:

Problem: Give a brief overview of the problem or feature being addressed.

Solution: Explain the approach you took to implement the solution, highlighting any significant design decisions or
considerations.

Testing: Describe any testing that you did.

Please focus on (optional): If you any specific areas where you would like reviewers to focus their attention or provide
specific feedback, add them here.

Closes #ISSUE

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 main
  • I will ensure my PR is targeting the main branch and pulling from my branch from my own fork

Release notes

If this PR introduces a change that affects users and needs to be mentioned in the release notes,
please add a brief note that summarizes the change.


@github-actions github-actions bot added dependencies Pull requests that update a dependency file chore Pull requests for routine tasks labels Jun 4, 2024
@github-actions github-actions bot removed the dependencies Pull requests that update a dependency file label Jun 4, 2024
internal/mode/static/state/graph/configmaps_test.go Outdated Show resolved Hide resolved
internal/mode/static/state/graph/gateway_test.go Outdated Show resolved Hide resolved
internal/mode/static/state/graph/backend_refs_test.go Outdated Show resolved Hide resolved
internal/mode/static/state/graph/graph_test.go Outdated Show resolved Hide resolved
internal/mode/static/state/graph/route_common_test.go Outdated Show resolved Hide resolved
internal/mode/static/state/graph/secret_test.go Outdated Show resolved Hide resolved
internal/mode/static/state/store_test.go Outdated Show resolved Hide resolved
internal/mode/static/state/store_test.go Outdated Show resolved Hide resolved

This comment was marked as outdated.

@github-actions github-actions bot added the stale Pull requests/issues with no activity label Jun 22, 2024
@github-actions github-actions bot removed the stale Pull requests/issues with no activity label Jun 28, 2024

This comment was marked as outdated.

@github-actions github-actions bot added the stale Pull requests/issues with no activity label Jul 12, 2024
Copy link

codecov bot commented Jul 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.19%. Comparing base (4f0e3a6) to head (08c90df).
Report is 34 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2089      +/-   ##
==========================================
+ Coverage   88.62%   95.19%   +6.56%     
==========================================
  Files         105        1     -104     
  Lines        8109      229    -7880     
  Branches       50       50              
==========================================
- Hits         7187      218    -6969     
+ Misses        865       11     -854     
+ Partials       57        0      -57     

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

@github-actions github-actions bot removed the stale Pull requests/issues with no activity label Jul 13, 2024

This comment was marked as outdated.

@github-actions github-actions bot added stale Pull requests/issues with no activity and removed stale Pull requests/issues with no activity labels Jul 27, 2024
@lucacome lucacome force-pushed the chore/linters branch 3 times, most recently from abd8dd5 to e5e8700 Compare August 9, 2024 18:30
@lucacome lucacome mentioned this pull request Aug 9, 2024
6 tasks

This comment was marked as outdated.

@github-actions github-actions bot added stale Pull requests/issues with no activity tests Pull requests that update tests and removed stale Pull requests/issues with no activity labels Aug 30, 2024
@lucacome lucacome changed the title Enable more linters Test linters Sep 12, 2024
@github-actions github-actions bot removed the tests Pull requests that update tests label Sep 18, 2024
@lucacome lucacome changed the title Test linters Run remaining tests in parallel Sep 18, 2024
@lucacome lucacome closed this Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Pull requests for routine tasks
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants