Skip to content

Conversation

@maxnorm
Copy link
Collaborator

@maxnorm maxnorm commented Oct 24, 2025

Summary

Add coverage and slither actions in CI

Changes Made

  • add new coverage action + separate action to post/update coverage report in PRs
  • add slither (it's failing, we will need to check the errors in details and decide on what to do with it)

Checklist

Before submitting this PR, please ensure:

  • Code follows the Solidity feature ban - No inheritance, constructors, modifiers, public/private variables, external library functions, using for directives, or selfdestruct

  • Code follows Design Principles - Readable, uses diamond storage, favors composition over inheritance

  • Code matches the codebase style - Consistent formatting, documentation, and patterns (e.g. ERC20Facet.sol)

  • Code is formatted with forge fmt

  • Tests are included - All new functionality has comprehensive tests

  • All tests pass - Run forge test and ensure everything works

  • Documentation updated - If applicable, update relevant documentation

Make sure to follow the CONTRIBUTING.md guidelines.

Additional Notes

sorry for all the commits ahahha. I needed to push for feadback in github ui

@maxnorm maxnorm merged commit 2523841 into Perfect-Abstractions:main Oct 24, 2025
2 of 3 checks passed
JackieXu pushed a commit to JackieXu/Compose that referenced this pull request Nov 6, 2025
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.

1 participant