Polkadex icon indicating copy to clipboard operation
Polkadex copied to clipboard

CI/CD Integration

Open jaxter03 opened this issue 4 years ago • 2 comments

Proposed Architecture

Untitled Diagram

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.

jaxter03 avatar Jan 10 '21 13:01 jaxter03

@ksr30 is this complete?

Gauthamastro avatar Jun 08 '21 06:06 Gauthamastro

No @Gauthamastro .... Code formatting and Copyright & License check are left.

jaxter03 avatar Jun 08 '21 06:06 jaxter03