Yurii Paniv commited on
Commit
57f344b
1 Parent(s): 7642045

Ignore export of coverage

Browse files
Files changed (2) hide show
  1. .github/workflows/tests.yml +13 -13
  2. pytest.ini +1 -1
.github/workflows/tests.yml CHANGED
@@ -30,16 +30,16 @@ jobs:
30
  - name: Test with pytest
31
  run: |
32
  pytest
33
- - name: Code Coverage Report
34
- if: always()
35
- uses: irongut/[email protected]
36
- with:
37
- filename: /**/coverage.xml
38
- badge: true
39
- fail_below_min: true
40
- format: markdown
41
- hide_branch_rate: false
42
- hide_complexity: true
43
- indicators: true
44
- output: both
45
- thresholds: '60 80'
 
30
  - name: Test with pytest
31
  run: |
32
  pytest
33
+ #- name: Code Coverage Report
34
+ # if: always()
35
+ # uses: irongut/[email protected]
36
+ # with:
37
+ # filename: /**/coverage.xml
38
+ # badge: true
39
+ # fail_below_min: true
40
+ # format: markdown
41
+ # hide_branch_rate: false
42
+ # hide_complexity: true
43
+ # indicators: true
44
+ # output: both
45
+ # thresholds: '60 80'
pytest.ini CHANGED
@@ -1,3 +1,3 @@
1
  # pytest.ini
2
  [pytest]
3
- addopts = --cov --cov-report html --cov-report xml --cov-branch
 
1
  # pytest.ini
2
  [pytest]
3
+ addopts = --cov --cov-report html --cov-report xml --cov-report term --cov-branch --ignore=tests