Skip to content

Commit

Permalink
Update raise #61
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludee committed Nov 27, 2024
1 parent 34abc44 commit dd5e1b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
test:
name: Run tests and collect coverage
name: Run tests and create codecov
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion tests/test_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_division():
assert result == 5


def test_division_zero(self):
def test_division_zero():
"""Test division with zero.
Test division function fail.
Expand Down

0 comments on commit dd5e1b6

Please sign in to comment.