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

feat: add GitHub Actions workflow for running unit tests and coverage #2

Merged
merged 4 commits into from
Jan 27, 2025

Conversation

publi0
Copy link
Contributor

@publi0 publi0 commented Jan 27, 2025

What does this PR do?

How Has This Been Tested?

  • Unit Tests: Describe the unit tests you have written and their outcomes.

  • Integration Tests: Detail the integration tests performed and their results.

  • Manual Testing: Explain the manual testing process, including steps taken and evidence such as screenshots or logs.

Checklist

  • I have run Pre commit pre-commit run --all-files
  • My code follows the style guidelines of this project
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works

Screenshots/Videos

@publi0 publi0 requested a review from a team as a code owner January 27, 2025 12:59
@publi0 publi0 requested review from luizcavalcanti and removed request for a team January 27, 2025 12:59
@publi0 publi0 self-assigned this Jan 27, 2025
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Copy link
Member

Choose a reason for hiding this comment

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

existe versão mais nova

- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
Copy link
Member

Choose a reason for hiding this comment

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

existe versão mais nova

@publi0 publi0 merged commit ea6dcc0 into main Jan 27, 2025
1 check passed
@geffersonFerraz geffersonFerraz deleted the unit-tests branch January 27, 2025 16:57
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