Skip to content

Commit

Permalink
Review codecov configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored and cristianonicolai committed Feb 9, 2024
1 parent cf3208e commit fc5df81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
tox:
name: ${{ matrix.name }} / python ${{ matrix.python_version }}
environment: test
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: pre
strategy:
fail-fast: false
Expand Down Expand Up @@ -82,6 +82,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
name: ${{ matrix.passed_name }}
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true # optional (default = false)
- name: Change accessibility for cache
Expand Down
4 changes: 4 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
---
codecov:
require_ci_to_pass: true
coverage:
status:
patch: true # we want github annotations
project:
default:
threshold: 0.3%

0 comments on commit fc5df81

Please sign in to comment.