-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #127 from jjjermiah/development
Development
- Loading branch information
Showing
15 changed files
with
998 additions
and
210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Continuous Integration and Continuous Deployment Diagram | ||
|
||
```mermaid | ||
graph LR | ||
A[Push or Pull Request\nto main] --> B[Unit-Tests] | ||
B --> C[Codecov] | ||
B --> D[Continuous-Deployment] | ||
D --> E[Publish-To-PyPi] | ||
D --> F[Build-Docker-Images] | ||
E --> G[Test-PyPi-Install] | ||
F --> H[Test-Docker-Image] | ||
A --> I[Build-Documentation] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Developer Notes | ||
|
||
[CI-CD](CI-CD_2024-03-17.md) | ||
[Sequence Diagram](Sequence-diagram_2024-03-17.md) |
Oops, something went wrong.