@@ -33,24 +33,24 @@ jobs:
3333 --collect:"XPlat Code Coverage" \
3434 --results-directory ./coverage
3535
36- # - name: Report Code Coverage
37- # uses: irongut/CodeCoverageSummary@v1.3.0
38- # with:
39- # filename: coverage/**/coverage.cobertura.xml
40- # badge: true
41- # fail_below_min: false
42- # format: markdown
43- # output: both
44-
45- # - name: Write Summary
46- # run: cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY
47-
48- # - name: Upload coverage to Codecov
49- # uses: codecov/codecov-action@v5
50- # with:
51- # Codecov requires a token for private repos,
52- # and it's highly recommended for public ones to avoid rate limits
53- # token: ${{ secrets.CODECOV_TOKEN }}
54- # directory: ./coverage
55- # fail_ci_if_error: true # Stops the build if upload fails
56- # slug: Redeagle48/OutSystems.Extension.YAEmailValidator
36+ - name : Report Code Coverage
37+ uses : irongut/CodeCoverageSummary@v1.3.0
38+ with :
39+ filename : coverage/**/coverage.cobertura.xml
40+ badge : true
41+ fail_below_min : false
42+ format : markdown
43+ output : both
44+
45+ - name : Write Summary
46+ run : cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY
47+
48+ - name : Upload coverage to Codecov
49+ uses : codecov/codecov-action@v5
50+ with :
51+ # Codecov requires a token for private repos,
52+ # and it's highly recommended for public ones to avoid rate limits
53+ token : ${{ secrets.CODECOV_TOKEN }}
54+ directory : ./coverage
55+ fail_ci_if_error : true # Stops the build if upload fails
56+ slug : Redeagle48/OutSystems.Extension.YAEmailValidator
0 commit comments