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

Completion of flow setup static analysis #31

Open
wants to merge 1 commit into
base: f24
Choose a base branch
from

Conversation

T7alabdullah
Copy link

Screen Shot 2024-10-23 at 7 57 20 PM Screen Shot 2024-10-23 at 7 58 00 PM Summary: This pull request introduces Flow as a static analysis tool for type checking in the project. The integration helps identify type-related errors during development, improving code quality and reducing bugs. Flow will ensure better maintainability by catching potential issues early in the development process.

Changes Implemented:

Added flow-bin as a dev dependency in package.json.
Configured a new flow script in the scripts section to run Flow checks.
Verified successful installation by running Flow on the project.
Included relevant artifacts (output files and terminal logs) as proof of successful execution.
Screen Shot 2024-10-23 at 7 59 10 PM

@coveralls
Copy link

Pull Request Test Coverage Report for Build 11484730262

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.005%) to 82.678%

Totals Coverage Status
Change from base Build 11483408222: 0.005%
Covered Lines: 22337
Relevant Lines: 25596

💛 - Coveralls

Copy link

@mthani2 mthani2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should look over the package.json conflict before merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants