Skip to content

Commit 1d57cc3

Browse files
committed
adding codecov
1 parent 2ce087a commit 1d57cc3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,8 @@ jobs:
3737
# exlude anything that requires large data (it is not included in PyPi)
3838
pytest --cov=./tests --cov-report=xml --ignore=tests/test_gen_example_notebook.py
3939
40-
- name: Upload coverage to Codecov
41-
uses: codecov/codecov-action@v3
40+
- name: Upload coverage reports to Codecov
41+
uses: codecov/codecov-action@v4.0.1
42+
with:
43+
token: ${{ secrets.CODECOV_TOKEN }}
44+

data/rr30a_s0u/t0/rr30a_s0_ch1.tif

-73.4 MB
Binary file not shown.

data/rr30a_s0u/t0/rr30a_s0_ch2.tif

-66.1 MB
Binary file not shown.

0 commit comments

Comments
 (0)