fix: make it run

pull/83/head
Martin Eigenmann 2021-10-11 08:39:44 +02:00
rodzic 5aa36f0c44
commit 74b2bdcd09
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 069D1EE3806CA368
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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