• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wmixvideo / nfe / #6880

21 Oct 2025 12:29PM UTC coverage: 52.492%. Remained the same
#6880

push

web-flow
Ajuste MDFe (#1100)

* Distribuição MDFe

* Distribuição MDFe

* Alteração de Schema CTe e CTe OS – Inclusão do Benefício Fiscal (Nota
Técnica 2024.001 - v.1.04 - Publicada em 23/10/2024)

* PL_CTe_400_NT2024.002_1.05

* PL_CTe_400_NT2024.002_1.05

* Ajuste Testes

* Nota Fiscal Fácil

* Nota Fiscal Fácil

* Alteração da UF do reboque para não requerida.

* Evento Averbação de Exportação - Inclusão do código de enquadramento

* Ajuste posicionamento tag (tpAntecip) Tipo de Permissão em relação a
antecipação das parcelas conforme manual.

Registro dos transformers faltantes.

---------

Co-authored-by: Diego Fincatto <58352+fincatto@users.noreply.github.com>
Co-authored-by: luciano.antunes <luciano.antunes@DELL-W11-115.engenhocoradini.com.br>

10 of 22 new or added lines in 4 files covered. (45.45%)

2 existing lines in 1 file now uncovered.

14669 of 27945 relevant lines covered (52.49%)

0.52 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

33.33
/src/main/java/com/fincatto/documentofiscal/mdfe3/transformers/MDFTipoValePedagioTransformer.java
1
package com.fincatto.documentofiscal.mdfe3.transformers;
2

3
import org.simpleframework.xml.transform.Transform;
4

5
import com.fincatto.documentofiscal.mdfe3.classes.def.MDFTipoValePedagio;
6

7
/**
8
 * Created by Eldevan Nery Junior on 06/11/17.
9
 */
10
public class MDFTipoValePedagioTransformer implements Transform<MDFTipoValePedagio> {
1✔
11

12
    @Override
13
    public MDFTipoValePedagio read(String value) {
NEW
14
        return MDFTipoValePedagio.valueOfCodigo(value);
×
15
    }
16

17
    @Override
18
    public String write(MDFTipoValePedagio value) {
NEW
19
        return value.getCodigo();
×
20
    }
21
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc