kopia lustrzana https://github.com/jazzband/icalevents
fix: make it run
rodzic
5aa36f0c44
commit
74b2bdcd09
|
@ -32,7 +32,7 @@ jobs:
|
||||||
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
coverage run tests.py
|
coverage run test.py
|
||||||
coverage xml
|
coverage xml
|
||||||
- name: 'Upload coverage to Codecov'
|
- name: 'Upload coverage to Codecov'
|
||||||
uses: codecov/codecov-action@v2
|
uses: codecov/codecov-action@v2
|
||||||
|
|
Ładowanie…
Reference in New Issue