Skip to content

Conversation

@mcknasty
Copy link
Owner

@mcknasty mcknasty commented May 26, 2024

The purpose of this pull request is to accomplish the following tasks:

Task List

  • Create multiple test harness commands to optimize build minutes and display only necessary information. I.E. don't need to print debug statements on successful builds.
  • Create a gated build system where the next build step is only reached if the last one is successful
  • Gated build system should only run each step once - the only exception is the ng build command which also gets run during testing
  • Add a linter for HTML and CSS
  • Add a git-hook system where certain checks happen before the commit. Check out Huskey
  • Code reuse in circleci. Please reference my fork of c8
  • Create multiple spec files for error handling. One file per class. Give them a file extension of '*.error-spec.ts' have 'tsconfig.spec.json' include in the test harness.

Github Task List

Supporting github workflows for the follow:

  • Angular version updates
  • Auto merge dependabot package updates to pkg-updates branches. in progress
  • Auto merge security package updates to pkg-updates branch.
  • Auto merge NG version updates to pkg-update branch. Currently, there is a bug where a branch is getting pushed to once an hour.
  • GH pages has a warning about an invalid URL. Investigate!

@mcknasty mcknasty force-pushed the features/ci-cd-optimizations branch from 0790163 to 3df320d Compare May 26, 2024 20:12
@codecov
Copy link

codecov bot commented May 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (62222c2) to head (cc62a8e).
Report is 4 commits behind head on develop.

Additional details and impacted files
@@            Coverage Diff            @@
##           develop      #701   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           20        20           
  Lines          178       178           
  Branches        24        24           
=========================================
  Hits           178       178           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mcknasty mcknasty force-pushed the features/ci-cd-optimizations branch from 3df320d to 69d4828 Compare May 27, 2024 12:40
…g settings:

  plugins, coverageRpoerter.reporters, logLevel
chore: refactored karma configs for CI/DI, developer, and debug
chore: fixed an build breaking bug for karma fast-fail plugin
chore: moved coverage reports folder
chore: new npm run test:coverage command.
refactor: adding a message at the end of npm run test:ci command.
fix:  Adding browser disconnects retries.
@mcknasty mcknasty force-pushed the features/ci-cd-optimizations branch from 69d4828 to cc62a8e Compare May 27, 2024 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants