Skip to content

Commit 5b1832f

Browse files
committed
base 2
1 parent 4ae3a35 commit 5b1832f

7 files changed

Lines changed: 14 additions & 17 deletions

File tree

.github/workflows/Python-CMD-check.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,6 @@ jobs:
6464
token: ${{ secrets.CODECOV_TOKEN }}
6565
working-directory: python-package
6666
files: ./coverage.xml
67+
disable_search: true
6768
flags: python
6869
name: codecov-python

.github/workflows/R-CMD-check-CRAN.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
3434

3535
steps:
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v4
3737

3838
- uses: r-lib/actions/setup-r@v2
3939
with:

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
CC: ${{ matrix.config.CC }}
3535
CXX: ${{ matrix.config.CXX }}
3636
steps:
37-
- uses: actions/checkout@v2
37+
- uses: actions/checkout@v4
3838
- uses: r-lib/actions/setup-r@v2
3939
with:
4040
r-version: ${{ matrix.config.r }}

.github/workflows/test-coverage.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ on:
44
- r-package/**
55
- .github/workflows/test-coverage.yaml
66
branches:
7-
- dev
87
- master
8+
- dev
99
- teste-codecov
1010
pull_request:
1111
paths:
1212
- r-package/**
1313
- .github/workflows/test-coverage.yaml
1414
branches:
15-
- dev
1615
- master
16+
- dev
1717

1818
name: test-coverage
1919

@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-22.04
2323

2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v4
2626

2727
- uses: r-lib/actions/setup-r@v2
2828

@@ -47,9 +47,9 @@ jobs:
4747
with:
4848
# Fail if error if not on PR, or if on PR and token is given
4949
fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}
50-
file: ./cobertura.xml
51-
plugin: noop
50+
files: ./cobertura.xml
5251
disable_search: true
5352
token: ${{ secrets.CODECOV_TOKEN }}
5453
working-directory: r-package
5554
flags: r
55+
name: codecov-r

codecov.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,21 @@ coverage:
1010
r:
1111
target: auto
1212
threshold: 1%
13-
flags:
14-
- r
13+
flags: r
1514
python:
1615
target: auto
1716
threshold: 1%
18-
flags:
19-
- python
17+
flags: python
2018
patch:
2119
default: false
2220
r:
2321
target: auto
2422
threshold: 1%
25-
flags:
26-
- r
23+
flags: r
2724
python:
2825
target: auto
2926
threshold: 1%
30-
flags:
31-
- python
27+
flags: python
3228

3329
flag_management:
3430
individual_flags:

python-package/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ git push origin python-v1.0.0
5050

5151
4. The `Python-publish-PyPI` workflow will automatically build, test, and upload to PyPI.
5252

53-
Teste 1
53+
Teste 2

r-package/README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,4 +221,4 @@ Brazil. The package received support from Instituto Todos pela Saúde (ITpS). If
221221

222222
* Pereira, R.H.M.; Barbosa, R.J.; et. all (2026) **geobr: Download Official Spatial Data Sets of Brazil**. v2.0.0 GitHub repository - https://github.com/ipea/geobr.
223223

224-
Teste 1
224+
Teste 2

0 commit comments

Comments
 (0)