Skip to content

Commit

Permalink
Fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNaif2018 committed Apr 15, 2023
1 parent f1e7ecd commit d397911
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Expand Up @@ -72,7 +72,8 @@ jobs:
name: run fast tests
command: |
make ci
codecov -e PYTHON
- bitcartcc/codecov

- upload-results

Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -8,7 +8,7 @@ repos:
hooks:
- id: yesqa
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
Expand Down Expand Up @@ -46,6 +46,6 @@ repos:
args: ["--remove"]
- id: detect-private-key
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.4
rev: v3.0.0-alpha.6
hooks:
- id: prettier
1 change: 0 additions & 1 deletion test-requirements.txt
@@ -1,5 +1,4 @@
black
codecov
flake8
isort
mypy
Expand Down

0 comments on commit d397911

Please sign in to comment.