Skip to content

Commit 4fa46b6

Browse files
committed
Update test.yml
1 parent b11a611 commit 4fa46b6

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/test.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -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:
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:
5151
# Codecov requires a token for private repos,
5252
# 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
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

Comments
 (0)