Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-22T05:38:26.000Z (over 1 year ago)
- Last Synced: 2024-11-13T08:28:10.787Z (2 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.