Skip to content

Commit

Permalink
Merge pull request #1632 from bcgov/develop
Browse files Browse the repository at this point in the history
Deployment PR - 1146
  • Loading branch information
dhaselhan authored Apr 29, 2024
2 parents 207ae5c + f0ec341 commit bdae64e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ exclude_patterns:
- "**/*.spec.ts"
- "**/*.d.ts"
- "**/*.dto.ts"
- "**/*.module.ts",
- "**/*.module.ts"
- "**/commands/"
- "**/import/"
- "**/*.entity.ts"
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ To report bugs/issues/features requests, please file an [issue](https://github.c
- [Portal Frontend Readme](./portal-frontend/README.md)
- [Services Readme](./services/README.md)
- [Architecture](./docs/architecture.md)
- [Pipelines](./docs/pipelines.md)
- [SchemaSpy - ALCS](https://bcgov.github.io/alcs/schemaspy/alcs/index.html)
- [SchemaSpy - OATS](https://bcgov.github.io/alcs/schemaspy/oats/index.html)
- [One time Jobs](./docs/jobs.md)

## Run dev setup
## Development Environment Setup

- [Prerequisites](./docs/prerequisites.md)
- [Run ALCS Frontend](./alcs-frontend/README.md)
Expand Down
9 changes: 9 additions & 0 deletions docs/pipelines.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Pipelines

* OWASP ZAP - Split among two files one for frontend the other for backend. Manually triggered and runs OWASP Zap
against the production environments. Creating github issues for any issues.
* Code Coverage - Runs npm rum test:cov against all projects and aggregates the code coverage data. This is the data
codeclimate uses for its coverage.
* Generate Schemaspy Docs - This runs migrations then runs schemaspy against the environment. Triggered on Main merged
and keeps the Schemaspy docs up to date.
* E2E Testing w/ Playwright - E2E automation tests. Runs once daily and has an attached report of any failures.

0 comments on commit bdae64e

Please sign in to comment.