Skip to content

Commit

Permalink
IT WAS A MISINPUT YOU CALM DOWN
Browse files Browse the repository at this point in the history
  • Loading branch information
Wo0fle authored Jun 19, 2024
1 parent 7dba015 commit b88f137
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,10 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest
- name: Test coverage with coverage
- name: Test with pytest and coverage
run: |
coverage erase
coverage run -m TEST_virtual_sq1.py
coverage run -m pytest TEST_virtual_sq1.py
coverage report
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2.3.0
Expand Down

0 comments on commit b88f137

Please sign in to comment.