File tree 1 file changed +3
-28
lines changed
1 file changed +3
-28
lines changed Original file line number Diff line number Diff line change 44
44
- 3306:3306
45
45
env :
46
46
MYSQL_ALLOW_EMPTY_PASSWORD : yes
47
+ MARIADB_ALLOW_EMPTY_ROOT_PASSWORD : yes
47
48
options : " --name=mysqld"
48
49
volumes :
49
50
- /run/mysqld:/run/mysqld
96
97
docker cp mysqld:/var/lib/mysql/client-cert.pem "${HOME}"
97
98
pytest -v --cov --cov-config .coveragerc tests/test_auth.py;
98
99
99
- - name : Report coverage
100
+ - name : Upload coverage reports to Codecov
100
101
if : github.repository == 'PyMySQL/PyMySQL'
101
- run : coveralls --service=github
102
- env :
103
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
104
DE41
- COVERALLS_FLAG_NAME : ${{ matrix.py }}-${{ matrix.db }}
105
- COVERALLS_PARALLEL : true
106
-
107
- coveralls :
108
- if : github.repository == 'PyMySQL/PyMySQL'
109
- name : Finish coveralls
110
- runs-on : ubuntu-latest
111
- needs : test
112
- steps :
113
- - name : requirements.
114
- run : |
115
- echo coveralls > requirements.txt
116
-
117
- - uses : actions/setup-python@v4
118
- with :
119
- python-version : ' 3.x'
120
- cache : ' pip'
121
-
122
- - name : Finished
123
- run : |
124
- pip install --upgrade coveralls
125
- coveralls --finish --service=github
126
- env :
127
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
102
+ uses : codecov/codecov-action@v3
You can’t perform that action at this time.
0 commit comments