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

ci: updated for best practices #2260

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

Conversation

rbarkerSL
Copy link

Description:
Updating workflows as part of the CI audit on hashgraph org repos.

Related issue(s):

Fixes #2243

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
@rbarkerSL rbarkerSL self-assigned this Apr 11, 2024
@rbarkerSL rbarkerSL linked an issue Apr 11, 2024 that may be closed by this pull request
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
@SimiHunjan SimiHunjan added this to the 2.45.0 milestone Apr 16, 2024
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
@svetoslav-nikol0v svetoslav-nikol0v modified the milestones: 2.45.0, 2.46.0 Apr 29, 2024
…and-standards

Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
Copy link

codecov bot commented May 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.26%. Comparing base (5c428d4) to head (d83ef2f).
Report is 64 commits behind head on main.

❗ Current head d83ef2f differs from pull request most recent head f9fe4b5. Consider uploading reports for the commit f9fe4b5 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2260      +/-   ##
==========================================
+ Coverage   76.49%   84.26%   +7.76%     
==========================================
  Files         304       53     -251     
  Lines       75800    11432   -64368     
==========================================
- Hits        57986     9633   -48353     
+ Misses      17814     1799   -16015     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

.github/CODEOWNERS Outdated Show resolved Hide resolved
# NOTE: Must be placed last to ensure enforcement over all other rules

# Protection Rules for Github Configuration Files and Actions Workflows
/.github/ @hashgraph/release-engineering @hashgraph/release-engineering-managers
Copy link
Contributor

Choose a reason for hiding this comment

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

why maintainers should not have access to .github folder?

Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
@SimiHunjan SimiHunjan modified the milestones: 2.45.0, 2.46.0 May 14, 2024

# Protection Rules for Github Configuration Files and Actions Workflows
/.github/ @hashgraph/release-engineering @hashgraph/release-engineering-managers
/.github/workflows/ @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/hedera-sdk @hashgraph/hedera-sdk-js-contributors @SimiHunjan
Copy link
Contributor

Choose a reason for hiding this comment

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

@hashgraph/hedera-sdk-js-contributors in this group there are people who are not actively working on the JS SDK right now and on every new PR they are going to be spammed with emails.

  1. I think we should drop the contributors group.
  2. Second thing is in hedera-sdk only Robert is a member, and he is not working on the JS SDK.
  3. In my opinion we should have a group similar to hedera-sdk-java-maintainers but hedera-sdk-js-maintainers and in this group to be only the people working actively on the JS SDK right now, and only they to be receive emails for new PRs

Copy link

sonarcloud bot commented May 15, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

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.

update ci workflows for best practices and standards
5 participants