Skip to content

Commit

Permalink
ci: relax coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb committed Oct 7, 2021
1 parent f6ad5ce commit 9943bc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ coverage:
project:
default:
target: auto # auto compares coverage to the previous base commit
threshold: 3% # for diffs from removing code and such
comment:
layout: "diff, files"
require_changes: true
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "di"
version = "0.11.0"
version = "0.11.1"
description = "Autowiring dependency injection"
authors = ["Adrian Garcia Badaracco <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 9943bc1

Please sign in to comment.