Skip to content

Commit

Permalink
Test coveralls integration #2
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeyk committed Dec 18, 2024
1 parent 623fa02 commit b169e8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,5 @@ jobs:
steps:
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
debug: true
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ lines-after-imports = 2

[tool.pytest.ini_options]
testpaths = ["tests"]
addopts = "-s -x --cov=src/belogging --cov-report=term-missing"
addopts = "-s -x --cov=src/belogging --cov-report=lcov"
markers = ["slow: marks tests as slow (deselect with '-m \"not slow\"')",]

[tool.tox]
Expand Down

0 comments on commit b169e8b

Please sign in to comment.