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.
2 parents f2a9b99 + 2d8dde6 commit 02f8cd2Copy full SHA for 02f8cd2
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
pip install pytest pytest-cov responses codecov requests-mock
35
- name: Test with pytest
36
run: |
37
- pytest --cov=./
+ pytest --cov=./ --cov-report=xml
38
- name: Upload coverage to Codecov
39
uses: codecov/codecov-action@v1
40
with:
.github/workflows/test.yml
@@ -3,9 +3,8 @@ name: Testing
3
on:
4
push:
5
branches:
6
- - master
7
- - dev
8
- - dev-*
+ - '*'
+ - '!master'
9
10
jobs:
11
test:
0 commit comments