We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c9124 commit 28f9d65Copy full SHA for 28f9d65
.github/workflows/publish.yml
@@ -42,10 +42,10 @@ jobs:
42
- name: Run tests
43
run: |
44
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
+ # - name: Send Coverage Email
+ # if: github.ref == 'refs/heads/main'
+ # run: |
+ # ${{steps.path.outputs.pythonv}} do.py coverage_mail
49
50
- name: Generate Allure report
51
0 commit comments