Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: ["master"]
paths:
- "src/**"
- "Dockerfile"
- "pyproject.toml"
tags: ["v*.*.*"]
workflow_dispatch:

Expand Down Expand Up @@ -118,7 +120,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
owner: ${{ github.repository_owner }}
packages: ominirtksync
keep-n-tagged: 3
keep-n-tagged: 2
exclude-tags: latest
delete-untagged: true
delete-ghost-images: true
Expand Down
3 changes: 1 addition & 2 deletions tests/test_irmaos_identicos.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"prefs.py",
"protecao.py",
"sessao.py",
"sso.py",
)

# Módulos que AINDA divergem, com o teto medido em 13/09/2026. A convergência
Expand Down Expand Up @@ -91,10 +92,8 @@
# `web.py`, entao sao quatro. A convergencia completa desse ponto e mover a
# leitura para `gateway.py`, e isso continua em aberto.
TETOS_DE_DIVERGENCIA = {
"i18n.py": 0,
"models.py": 7,
"render.py": 862,
"sso.py": 328,
"web.py": 689,
}

Expand Down
Loading