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

Integrating Njsscan (Static Analysis Tool) #35

Open
wants to merge 3 commits into
base: f24
Choose a base branch
from
Open

Integrating Njsscan (Static Analysis Tool) #35

wants to merge 3 commits into from

Conversation

eunseokk
Copy link

Followed installation and integration tool in: https://github.com/ajinabraham/njsscan/blob/master/README.md

Concrete Evidence of Installation

  • Installed Python Package on Python Package Index using command: pip install njsscan (not shown on commits)
  • Used pip freeze command to capture usage of njsscan in requirements.txt file for consistency and reproducibility

Artifacts

  • Configuration and customization done in new file .njsscan
  • Result from running njsscan (command: njsscan . > njsscanoutput.txt 2>&1), is in output file njsscanoutput.txt. The file resulted in too many errors, requiring a compressed version attached to pull request.
    njsscanoutput.txt.zip

Copy link

@VeronicaPim VeronicaPim left a comment

Choose a reason for hiding this comment

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

looks okay, waiting for tests to pass.

@VeronicaPim VeronicaPim self-requested a review October 24, 2024 19:29
@coveralls
Copy link

Pull Request Test Coverage Report for Build 11506082094

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 82.666%

Totals Coverage Status
Change from base Build 11471798838: 0.0%
Covered Lines: 22323
Relevant Lines: 25583

💛 - Coveralls

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.

3 participants