Skip to content

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

@codecov
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 with missing lines Coverage Δ
pkg/generator/apply.go 87.09% <ø> (ø)
pkg/generator/import.go 83.87% <ø> (ø)

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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

2 participants