Skip to content

Commit

Permalink
Merge pull request #373 from joshmoore/codecov-4
Browse files Browse the repository at this point in the history
Update to codecov 4
  • Loading branch information
joshmoore authored Apr 24, 2024
2 parents 0ccc742 + b58732c commit 1d113cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
run: tox --conf tox.ini

- name: Upload code coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ repos:
# Conflicts with PEP8 and black:
# W503 line break before binary operator
# Does not recognize deprecated directive in docstrings
"--ignore=E203,RST303, W503",
"--ignore=E203,RST303,W503",
"--builtins-allowed-modules=csv,io,types",
"--rst-roles=class,func,ref,mod,meth,const",
]

Expand Down

0 comments on commit 1d113cd

Please sign in to comment.