fix: slight readme improvement

This commit is contained in:
Ralph Khreish
2025-04-03 14:50:29 +02:00
parent b892d9743a
commit 31f98c6521
2 changed files with 6 additions and 2 deletions

View File

@@ -33,12 +33,12 @@ jobs:
timeout-minutes: 2
- name: Run Tests
run: npm run test:coverage
run: npm run test:coverage -- --coverageThreshold '{"global":{"branches":0,"functions":0,"lines":0,"statements":0}}'
env:
NODE_ENV: test
CI: true
FORCE_COLOR: 1
timeout-minutes: 60
timeout-minutes: 10
- name: Upload Test Results
if: always()

View File

@@ -1,5 +1,9 @@
# Task Master
[![CI](https://github.com/eyaltoledano/claude-task-master/actions/workflows/ci.yml/badge.svg)](https://github.com/eyaltoledano/claude-task-master/actions/workflows/ci.yml)
[![License: MIT with Commons Clause](https://img.shields.io/badge/license-MIT%20with%20Commons%20Clause-blue.svg)](LICENSE)
[![npm version](https://badge.fury.io/js/task-master-ai.svg)](https://badge.fury.io/js/task-master-ai)
### by [@eyaltoledano](https://x.com/eyaltoledano)
A task management system for AI-driven development with Claude, designed to work seamlessly with Cursor AI.