Polkadex
Polkadex copied to clipboard
CI/CD Integration
Proposed Architecture
Workflows Checklist
Workflow 1
- [x] Install Dependencies.
- [ ] Check Code Formatting.
- [x] Run Automated Tests.
- [x] Upload Code coverage as an Artifact.
- [x] Cache Dependencies.
Workflow 2
- [x] Install Dependencies.
- [ ] Check Code Formatting.
- [x] Run Automated Tests.
- [x] Build Project.
- [x] Upload Build as Artifact.
- [x] Cache Dependency.
Workflow 3
- [x] Install Dependencies.
- [ ] Check Code Formatting.
- [x] Run Automated Tests.
- [x] Upload Code coverage as an Artifact.
- [x] Cache Dependencies.
- [ ] Check Copyright & License
Workflow 4
- [x] Install Dependencies.
- [ ] Check Code Formatting.
- [x] Run Automated Tests.
- [x] Upload Code coverage as an Artifact.
- [x] Build Project.
- [x] Upload Build as an Artifact.
- [x] Create a Release.
- [x] Upload Coverage to Codecov.
@ksr30 is this complete?
No @Gauthamastro .... Code formatting and Copyright & License check are left.