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

FEATURE: E2E Test #58

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

FEATURE: E2E Test #58

wants to merge 2 commits into from

Conversation

toopay
Copy link
Member

@toopay toopay commented Aug 12, 2024

Description

Provide an end-to-end testing facility that allows developers to maintain high-quality code.

Fixes #6

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Unit Tests

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Screenshots (if applicable)

Before:
image

After:
WIP

Further comments

In the future we may want to add

  • default README.md
  • default .gitignore
  • default Makefile
  • default .github/workflows/raiden.yml

Copy link

codecov bot commented Aug 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Flag Coverage Δ
-race 71.95% <ø> (+0.01%) ⬆️
-tags "sonic avx" 71.95% <ø> (+0.01%) ⬆️
-tags go_json 71.85% <ø> (ø)
-tags nomsgpack 71.95% <ø> (+0.06%) ⬆️
go-1.21 71.21% <ø> (+0.05%) ⬆️
go-1.22 71.95% <ø> (+0.01%) ⬆️
macos-latest 71.95% <ø> (+0.01%) ⬆️
ubuntu-latest 71.95% <ø> (+0.01%) ⬆️

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

Files Coverage Δ
pkg/generator/apply.go 87.09% <ø> (ø)
pkg/generator/import.go 83.87% <ø> (ø)

... and 1 file with indirect coverage changes

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.

Testing Framework Setup
1 participant