Skip to content

add score to report#998

Merged
noursaidi merged 4 commits intofaucetsdn:masterfrom
noursaidi:score2
Oct 25, 2024
Merged

add score to report#998
noursaidi merged 4 commits intofaucetsdn:masterfrom
noursaidi:score2

Conversation

@noursaidi
Copy link
Collaborator

Example:

## Summary

| | Feature | Alpha |
| --- | --- | --- |
| - | discovery.scan | 10/10 |
| - | endpoint.config | 10/10 |


## Results

| Bucket | Feature | Stage | Score | Result | Description |
| --- | --- | --- | --- | --- | --- |
| discovery.scan | single_scan_future | alpha | 10 | pass | Sequence complete |
| endpoint.config | endpoint_connection_bad_hash | alpha | 10 | pass | Sequence complete |

@noursaidi noursaidi requested a review from grafnu October 23, 2024 16:37
@dataclass(unsafe_hash=True, eq=True, order=True)
def sanitize(string: str):
"""Sanitize string for safe displaying"""
sanitized = string.replace("\n", ";")
Copy link
Collaborator

Choose a reason for hiding this comment

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

usually I'd be replacing with a "; " (space after semicolon... not sure that works here, tho)

@noursaidi noursaidi merged commit ad2b7fe into faucetsdn:master Oct 25, 2024
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.

2 participants