Skip to content

Commit 047ae09

Browse files
authored
Uncomment Send Coverage Email step in workflow
1 parent 8e90733 commit 047ae09

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)