Skip to content

Update master branch with workflow changes #63

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

Merged
merged 6 commits into from
Jul 4, 2024
Merged

Update master branch with workflow changes #63

merged 6 commits into from
Jul 4, 2024

Conversation

albexl
Copy link
Owner

@albexl albexl commented Jul 4, 2024

No description provided.

albexl and others added 6 commits July 4, 2024 22:15
Expanded the test coverage for the 'add' method in the 'TestModularAdd' class. The changes introduce comprehensive test cases to cover scenarios including simple addition, modulus result, wrapping around modulus, edge cases, and handling of negative numbers. This level of thorough testing is aimed at ensuring correct and expected behavior of the 'add' method across an extensive range of inputs and situations."

Co-authored-by: Carlos González <[email protected]>
chore: Update check workflow and create release action

Refactor the check workflow by introducing a new step to create a release using the actions/create-release@v1 action. This step is triggered on a push event to the master branch. The release is created with the tag name as the GitHub run number and the release name as "Release [run number]". The release is not a draft and not a pre-release.

```

Co-authored-by: Sheila Toledo <[email protected]>
Refactor the check workflow by introducing a new step to create a release using the actions/create-release@v1 action. This step is triggered on a push event to the master branch. The release is created with the tag name as the GitHub run number and the release name as "Release [run number]". The release is not a draft and not a pre-release.

Co-authored-by: Sheila Toledo <[email protected]>
@albexl albexl merged commit fae28a7 into master Jul 4, 2024
7 checks passed
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