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 command for generating test files #1773

Merged
merged 17 commits into from
Sep 26, 2024
Merged

Add command for generating test files #1773

merged 17 commits into from
Sep 26, 2024

Conversation

jribbink
Copy link
Contributor

@jribbink jribbink commented Sep 26, 2024

Closes #1760

Description

Adds flow generate test


For contributor use:

  • Targeted PR against master branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work
  • Code follows the standards mentioned here
  • Updated relevant documentation
  • Re-reviewed Files changed in the Github PR explorer
  • Added appropriate labels

@jribbink jribbink changed the title Jribbink/test gen Add command for generating test files Sep 26, 2024
@jribbink jribbink added the Feature A new user feature or a new package API label Sep 26, 2024
@codecov-commenter
Copy link

codecov-commenter commented Sep 26, 2024

Codecov Report

Attention: Patch coverage is 33.33333% with 6 lines in your changes missing coverage. Please review.

Project coverage is 29.69%. Comparing base (5ab1b47) to head (b7c2c96).

Files with missing lines Patch % Lines
internal/super/generate.go 16.66% 5 Missing ⚠️
internal/super/generator/test_template.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1773      +/-   ##
==========================================
- Coverage   29.73%   29.69%   -0.05%     
==========================================
  Files          94       94              
  Lines        5176     5183       +7     
==========================================
  Hits         1539     1539              
- Misses       3458     3464       +6     
- Partials      179      180       +1     
Flag Coverage Δ
unittests 29.69% <33.33%> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@jribbink jribbink merged commit 5408a98 into master Sep 26, 2024
5 checks passed
@jribbink jribbink deleted the jribbink/test-gen branch September 26, 2024 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature A new user feature or a new package API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add flow generate test command
3 participants