Skip to content

Commit 02f8cd2

Browse files
authored
Merge pull request #31 from securenative/SN-1556-align-sdk
Sn 1556 align sdk
2 parents f2a9b99 + 2d8dde6 commit 02f8cd2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
pip install pytest pytest-cov responses codecov requests-mock
3535
- name: Test with pytest
3636
run: |
37-
pytest --cov=./
37+
pytest --cov=./ --cov-report=xml
3838
- name: Upload coverage to Codecov
3939
uses: codecov/codecov-action@v1
4040
with:

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ name: Testing
33
on:
44
push:
55
branches:
6-
- master
7-
- dev
8-
- dev-*
6+
- '*'
7+
- '!master'
98

109
jobs:
1110
test:

0 commit comments

Comments
 (0)