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

Adding GitHub repository source and improving tool's README.md and testing #7

Merged
merged 63 commits into from
Mar 30, 2023

Conversation

shahariaazam
Copy link
Member

@shahariaazam shahariaazam commented Mar 27, 2023

Added

  • Added meta data for GitHub repo scanner.
  • Added table of contents for README.md file.
  • Using GitHub super linter.
  • CI status badge.
  • Added GitHub repository source.
  • Added tests for buildsource.
  • Added tests for "Find" method.
  • Added more tests for PostgreSQL.
  • Added more badges to README.md.
  • Added integrity attribute used for cytoscape.

Changed

  • Updated README.md.
  • Improved README.md with a better introduction about the tool.

Removed

  • Removed finding and printing resources code from discover command.

Fixed

  • Fixed linting errors.
  • Fixed a code smell.
  • Fixed tests for config.go.
  • Fixed minor bug.
  • Fixed few linters.
  • Renamed a workflow job.

@shahariaazam shahariaazam self-assigned this Mar 27, 2023
@codecov
Copy link

codecov bot commented Mar 27, 2023

Codecov Report

Patch coverage: 77.49% and project coverage change: +27.78 🎉

Comparison is base (abeb034) 39.50% compared to head (763a076) 67.29%.

Additional details and impacted files
@@             Coverage Diff             @@
##           master       #7       +/-   ##
===========================================
+ Coverage   39.50%   67.29%   +27.78%     
===========================================
  Files          10       11        +1     
  Lines         648      801      +153     
===========================================
+ Hits          256      539      +283     
+ Misses        384      225      -159     
- Partials        8       37       +29     
Impacted Files Coverage Δ
pkg/processor/processor.go 83.33% <ø> (ø)
pkg/resource/resource.go 100.00% <ø> (ø)
pkg/source/scanner/mock_scanner.go 0.00% <0.00%> (ø)
pkg/storage/storage.go 92.85% <ø> (+64.73%) ⬆️
pkg/storage/storage_mock.go 0.00% <0.00%> (ø)
pkg/util/util.go 100.00% <ø> (ø)
pkg/storage/postgresql.go 48.51% <35.48%> (+48.51%) ⬆️
pkg/source/scanner/github_repo_scanner.go 95.16% <95.16%> (ø)
pkg/config/config.go 100.00% <100.00%> (ø)
pkg/source/scanner/fs_scanner.go 70.49% <100.00%> (ø)
... and 1 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@shahariaazam shahariaazam force-pushed the adding-github-repository-source branch from 8472f2d to 00219d7 Compare March 27, 2023 20:16
@shahariaazam shahariaazam changed the title Adding GitHub repository source Adding GitHub repository source and improving tool's README.md and testing Mar 28, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

84.7% 84.7% Coverage
0.0% 0.0% Duplication

@shahariaazam shahariaazam merged commit 11fa9e2 into master Mar 30, 2023
@shahariaazam shahariaazam deleted the adding-github-repository-source branch March 30, 2023 13:03
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.

1 participant