Skip to content

Retoma pendências da Issue 103 sobre atribuição de valores específicos#186

Merged
leonelsanchesdasilva merged 16 commits intoprincipalfrom
retoma-issue-103
Apr 26, 2025
Merged

Retoma pendências da Issue 103 sobre atribuição de valores específicos#186
leonelsanchesdasilva merged 16 commits intoprincipalfrom
retoma-issue-103

Conversation

@VitBrandao
Copy link
Contributor

No description provided.

@VitBrandao VitBrandao added the em andamento Trabalho em progresso label Apr 22, 2025
@VitBrandao VitBrandao self-assigned this Apr 22, 2025
@github-actions
Copy link

github-actions bot commented Apr 22, 2025

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements
96.12% (-0.02% 🔻)
7900/8219
🟡 Branches
78.94% (+0.22% 🔼)
1728/2189
🟢 Functions
96.26% (-0.3% 🔻)
876/910
🟢 Lines
96.19% (-0.02% 🔻)
7869/8181
Show new covered files 🐣
St.
File Statements Branches Functions Lines
🔴
... / fonte.ts
50% 75% 25% 50%
🟢
... / fontes.ts
100% 100% 100% 100%
Show files with reduced coverage 🔻
St.
File Statements Branches Functions Lines
🟢
... / avaliador-sintatico.ts
89.83% (+0.06% 🔼)
86.43% (-0.15% 🔻)
96%
90.06% (+0.06% 🔼)

Test suite run success

201 tests passing in 25 suites.

Report generated by 🧪jest coverage report action from 87d407a

Copy link
Contributor

@leonelsanchesdasilva leonelsanchesdasilva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Meus comentários não bloqueiam o merge. Devem ser usados para ajustes futuros.

valoresAceitos: { [valorFoles: string]: string } = {
auto: "auto",
nenhum: "none",
pinturaVisivel: "visiblePainted",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Estou pensando em não mimetizar esse padrão camelCase mais futuramente. Me parece que foi algo definido apressadamente no próprio padrão do CSS, mas não é algo que pretendo manter em FolEs. Por ora, deixamos assim.

}
});
return `${" ".repeat(indentacao)}${modificador.propriedadeCss}: ${unirValores};\n`;
} else {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Via de regra: quando há else { return ... }, você não precisa do else: apenas do return. Usamos else { return ... } quando não há uma forma de quebrar o fluxo de execução do código.

@leonelsanchesdasilva leonelsanchesdasilva merged commit 92341ff into principal Apr 26, 2025
3 checks passed
@leonelsanchesdasilva leonelsanchesdasilva deleted the retoma-issue-103 branch April 26, 2025 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

em andamento Trabalho em progresso

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants