Skip to content

Commit

Permalink
Adjust the codecov configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed May 28, 2024
1 parent 1238f9c commit 5693864
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
11 changes: 6 additions & 5 deletions codecov.yml → .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
codecov:
notify:
after_n_builds: 10
token: cc72f10a-bed8-4475-a793-62b028610aa3
notify:
wait_for_ci: true

comment:
after_n_builds: 10
behavior: default

coverage:
status:
project:
default: false # disable the default status that measures entire project
default: false
tests:
paths:
- "tests/"
Expand All @@ -20,4 +21,4 @@ coverage:
threshold: 0.002
patch:
default:
target: 80% # new contributions should have a coverage at least equal to target
target: 80%
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ jobs:

- name: Upload coverage
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
verbose: true

build:
runs-on: ubuntu-latest
Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
ITables ChangeLog
=================

2.1.1-dev (2024-06-??)
------------------

**Fixed**
- We have adjusted the codecov settings ([#280](https://github.com/mwouts/itables/pull/280))


2.1.0 (2024-05-27)
------------------

Expand Down

0 comments on commit 5693864

Please sign in to comment.