profgabrielramos Claude Sonnet 4.6 commited on
Commit
9ef0be4
·
1 Parent(s): c083dab

docs: add test and coverage badges to README

Browse files

- Add GitHub Actions workflow badge showing test status
- Add Codecov badge showing code coverage percentage
- Badges appear right after the main title

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -10,6 +10,9 @@ pinned: false
10
 
11
  # 🎖️ PMDF – CFO 2025 | Dashboard de Estudos
12
 
 
 
 
13
  Dashboard em Streamlit para acompanhar progresso por disciplina e tópico do edital PMDF CFO 2025.
14
 
15
  ## Quick Start
 
10
 
11
  # 🎖️ PMDF – CFO 2025 | Dashboard de Estudos
12
 
13
+ [![Tests](https://github.com/prof-ramos/claude-cfo/actions/workflows/test.yml/badge.svg)](https://github.com/prof-ramos/claude-cfo/actions/workflows/test.yml)
14
+ [![codecov](https://codecov.io/gh/prof-ramos/claude-cfo/graph/badge.svg)](https://codecov.io/gh/prof-ramos/claude-cfo)
15
+
16
  Dashboard em Streamlit para acompanhar progresso por disciplina e tópico do edital PMDF CFO 2025.
17
 
18
  ## Quick Start