https://github.com/afthaab/mock-testing-and-ci-cd
This repository holds a Go Application which perform Mock testing and has Enabled basic Ci/Cd pipeline.
https://github.com/afthaab/mock-testing-and-ci-cd
cicd github-actions mock-testing
Last synced: 3 months ago
JSON representation
This repository holds a Go Application which perform Mock testing and has Enabled basic Ci/Cd pipeline.
- Host: GitHub
- URL: https://github.com/afthaab/mock-testing-and-ci-cd
- Owner: Afthaab
- Created: 2023-05-01T13:06:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T05:38:26.000Z (about 2 years ago)
- Last Synced: 2025-01-12T15:46:28.043Z (5 months ago)
- Topics: cicd, github-actions, mock-testing
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mock-Testing-and-CI-CD
This repository holds a Go Application which perform Mock testing and has Enabled basic Ci/Cd pipeline.The Data Base has been mocked. And also the a Yaml file has been created in order to build CICD pipeline.
The usecase of the CICD pipeline is to ease the development process. The code is tested and build automatically when the developer or the contributor try to push or send the Pull request.