File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,12 @@ jobs:
3333 pip install -r requirements.txt
3434 pip install pytest pytest-cov responses codecov requests-mock
3535 - name : Test with pytest
36- env :
37- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
3836 run : |
3937 pytest --cov=./
40- bash <(curl -s https://codecov.io/bash)
38+ - name : Upload coverage to Codecov
39+ uses : codecov/codecov-action@v1
40+ with :
41+ token : ${{ secrets.CODECOV_TOKEN }}
4142
4243 - name : Notify slack success
4344 if : success()
Original file line number Diff line number Diff line change 11requests ~= 2.23.0
2- pycrypto ~= 2.6.1
32crypto == 1.4.1
43responses == 0.10.14
54requests-mock == 1.8.0
Original file line number Diff line number Diff line change 2323 long_description_content_type = "text/markdown" ,
2424 install_requires = [
2525 "requests" ,
26- "pycrypto" ,
2726 "crypto" ,
2827 ],
2928 classifiers = [
You can’t perform that action at this time.
0 commit comments