Skip to content

Commit 28f9d65

Browse files
authored
Comment out Send Coverage Email
Comment out the Send Coverage Email step in the workflow due to email server related issue.
1 parent a6c9124 commit 28f9d65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
- name: Run tests
4343
run: |
4444
TEST_USERNAME=${{secrets.TEST_USERNAME}} ${{steps.path.outputs.pythonv}} do.py test novus10g
45-
- name: Send Coverage Email
46-
if: github.ref == 'refs/heads/main'
47-
run: |
48-
${{steps.path.outputs.pythonv}} do.py coverage_mail
45+
# - name: Send Coverage Email
46+
# if: github.ref == 'refs/heads/main'
47+
# run: |
48+
# ${{steps.path.outputs.pythonv}} do.py coverage_mail
4949

5050
- name: Generate Allure report
5151
run: |

0 commit comments

Comments
 (0)