Skip to content

Commit

Permalink
CI: report code coverage to codecov.io (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw authored Jan 25, 2024
1 parent fabbad9 commit 30ea4d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ build/
dist/
.idea/
venv/
.coverage
.coverage*
coverage.xml
cache/
docs/api/
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ addopts = '''
--cov=auglib
--cov-fail-under=100
--cov-report term-missing
--cov-report xml
--ignore=docs/
--ignore=misc/
--ignore=benchmarks/
Expand Down

0 comments on commit 30ea4d5

Please sign in to comment.