Skip to content

Commit

Permalink
docs: add github action badge
Browse files Browse the repository at this point in the history
  • Loading branch information
thigcampos committed Jun 18, 2024
1 parent ff0c9d4 commit 1490ca0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Sistema de Gestão Acadêmica

## Shortcuts
As part of a continuous integration strategy between our team, we implement a three-stage GitHub Action that validates: code format, using black formatter, errors and code style (e.g. unassigned variables), using flake8, and unit tests, using pytest. The following badge is a simbol that easily identifies if our code passed through all three validations or not.

[![Django CI](https://github.com/thigcampos/gestao-academica/actions/workflows/django.yml/badge.svg)](https://github.com/thigcampos/gestao-academica/actions/workflows/django.yml)

Important links
- [Access RN01 tests](https://github.com/thigcampos/gestao-academica/blob/837a970028bac04d98bb00752e189d34e2f321b7/gestaoacademica/tests/test_views.py#L105)
- [Access RN02 test](https://github.com/thigcampos/gestao-academica/blob/837a970028bac04d98bb00752e189d34e2f321b7/gestaoacademica/tests/test_views.py#L223)
- [Access coverage report](https://github.com/thigcampos/gestao-academica/blob/main/report.txt)
Expand Down

0 comments on commit 1490ca0

Please sign in to comment.