Skip to content

Commit

Permalink
FIXED TESTS! Thx to Piotr Przetacki!
Browse files Browse the repository at this point in the history
* FIXED TESTS! Thx to Piotr Przetacki! #2

* FIXED TESTS! Thx to Piotr Przetacki! #3 (alternative approach)
  • Loading branch information
MikiP98 authored May 15, 2024
1 parent 0213100 commit 9a3c560
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: Test
run: |
cd src
coverage run -m unittest discover
coverage xml
- name: Code Coverage Report
Expand Down

0 comments on commit 9a3c560

Please sign in to comment.