Skip to content

Commit

Permalink
Merge pull request #104 from dusktreader/dusktreader/try-codecov
Browse files Browse the repository at this point in the history
Trying out codecov
  • Loading branch information
dusktreader authored Sep 1, 2023
2 parents eb2491e + edb9a9a commit 83e6730
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
coverage.json

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

![py-buzz-logo](https://github.com/dusktreader/py-buzz/blob/main/docs/source/images/buzz-logo-text.png)

**_That's not flying, it's falling with style_: Exceptions with extras**
**That's not flying, _it's falling with style_: Exceptions with extras**

![asciicast](https://github.com/dusktreader/py-buzz/blob/main/docs/source/images/py-buzz.gif)

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ addopts = [
"--random-order",
"--cov=buzz",
"--cov-report=term-missing",
"--cov-report=json",
"--cov-fail-under=90",
]
testpaths = "tests"
Expand Down

0 comments on commit 83e6730

Please sign in to comment.