# core-services-ci-metrics **Repository Path**: mirrors_vmware-archive/core-services-ci-metrics ## Basic Information - **Project Name**: core-services-ci-metrics - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-25 - **Last Updated**: 2025-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # core-services-ci-metrics A simple rails app for tracking ci failures. https://core-services-ci-metrics.cfapps.io/ ## Local Development 1. `bundle install` 1. `rake db:create && rake db:migrate && rake db:seed` 1. `bundle exec rails server` 1. Navigate to http://localhost:3000/ in a browser to see the app running