Skip to content

Commit 194b295

Browse files
authored
Merge pull request #26 from securenative/SN-1556-align-sdk
Sn 1556 align sdk
2 parents c1e9819 + 867dcdb commit 194b295

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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()

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
requests~=2.23.0
2-
pycrypto~=2.6.1
32
crypto==1.4.1
43
responses==0.10.14
54
requests-mock==1.8.0

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
long_description_content_type="text/markdown",
2424
install_requires=[
2525
"requests",
26-
"pycrypto",
2726
"crypto",
2827
],
2928
classifiers=[

0 commit comments

Comments
 (0)