Skip to content

Commit

Permalink
add badges to readme; set up code climate
Browse files Browse the repository at this point in the history
  • Loading branch information
braxex committed May 16, 2024
1 parent beb4b27 commit cb37cae
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
30 changes: 30 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
version: "2" # required to adjust maintainability checks
checks:
argument-count:
enabled: false
complex-logic:
enabled: false
method-lines:
config:
threshold: 300
file-lines:
config:
threshold: 1000
method-complexity:
config:
threshold: 20
return-statements:
enabled: false
similar-code:
enabled: false
identical-code:
enabled: true
exclude_patterns:
- "**/node_modules/"
- ".github/"
- ".images/"
- "**/*.test.tsx"
- "**/*.scss"
- "**/*.sh"
- "**/*.lock"
- "**/*.json"
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# MDCT-HCBS

<!-- [![CodeQL]()]()
[![Maintainability]()]()
[![Test Coverage]()]() -->
[![CodeQL](https://github.com/Enterprise-CMCS/macpro-mdct-hcbs/actions/workflows/codeql-analysis.yml/badge.svg?branch=main)](https://github.com/Enterprise-CMCS/macpro-mdct-hcbs/actions/workflows/codeql-analysis.yml)
[![Maintainability](https://api.codeclimate.com/v1/badges/93cd54dad7df73b09209/maintainability)](https://codeclimate.com/repos/664553bb1a9a4300ce1216ac/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/93cd54dad7df73b09209/test_coverage)](https://codeclimate.com/repos/664553bb1a9a4300ce1216ac/test_coverage)

HCBS is the CMCS MDCT application for collecting state data related to Home- and Community-Based Services (HCBS) programs and performance. The collected data assists CMCS in monitoring, managing, and better understanding Medicaid and CHIP programs.

Expand Down

0 comments on commit cb37cae

Please sign in to comment.