We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c185ad commit e39f7a9Copy full SHA for e39f7a9
1 file changed
.github/workflows/python-package.yml
@@ -44,6 +44,10 @@ jobs:
44
run: |
45
pytest
46
- name: Generate Report
47
+ env:
48
+ LOGIN_DOMAIN : ${{ secrets.LOGIN_DOMAIN }}
49
+ LOGIN_USERNAME : ${{ secrets.LOGIN_USERNAME }}
50
+ LOGIN_PASSWORD : ${{ secrets.LOGIN_PASSWORD }}
51
52
pip install coverage
53
coverage run -m unittest
0 commit comments