Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.