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

add basic unit tests to to ensure github actions bundle in CI/CD #69

Merged
merged 2 commits into from
Dec 11, 2023

Conversation

adamkorynta
Copy link
Contributor

Problem Description

No unit tests exit. Need to demonstrate unit test reports running through CI/CD process using GitHub Actions.

Solution

Write some basic unit tests. One for each gradle subproject.
Fixes #30 and #34

how you tested the change

Changes were tests

Where the following done:

  • Tests. Check all that apply:
    • Unit tests created or modified that run during ant test.
    • Integration tests created or modified that run during integration testing
      (Formerly called regression tests.)
    • Test procedure descriptions for manual testing
  • Was relevant documentation updated?
  • Were relevant config element (e.g. XML data) updated as appropriate

Copy link

sonarqubecloud bot commented Dec 9, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 7 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@adamkorynta adamkorynta changed the title add basic unit tests to show report triggered by github actions add basic unit tests to to ensure github actions bundle in CI/CD Dec 11, 2023
@adamkorynta adamkorynta merged commit d40e32f into opendcs:main Dec 11, 2023
6 checks passed
@adamkorynta adamkorynta deleted the tests/basic_unit_tests branch December 11, 2023 18:52
@adamkorynta adamkorynta linked an issue Dec 13, 2023 that may be closed by this pull request
@adamkorynta adamkorynta added this to the 2 - Setting up CI/CD milestone Dec 13, 2023
@adamkorynta adamkorynta linked an issue Jan 22, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Additional Unit Tests GitHub Actions: Jacoco test coverage GitHub Actions: Unit tests
2 participants