Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #122 from staticdev/codecov
Browse files Browse the repository at this point in the history
Codecov review
  • Loading branch information
Thiago C. D'Ávila authored Jul 20, 2020
2 parents 332cbf6 + c7fa73f commit 5dc3998
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Run Nox
run: |
nox --force-color
nox --force-color --python=${{ matrix.python-version }}
- name: Upload documentation
if: matrix.session == 'docs'
Expand Down
9 changes: 9 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
comment: false
coverage:
status:
project:
default:
target: "100"
patch:
default:
target: "100"
19 changes: 1 addition & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ flake8-black = "^0.2.0"
flake8-bugbear = "^20.1.4"
safety = "^1.8.5"
mypy = "^0.782"
codecov = "^2.1.8"
pytest-mock = "^3.2.0"
typeguard = "^2.9.1"
pre-commit = "^2.6.0"
Expand Down

0 comments on commit 5dc3998

Please sign in to comment.