We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce087a commit 1d57cc3Copy full SHA for 1d57cc3
.github/workflows/test.yml
@@ -37,5 +37,8 @@ jobs:
37
# exlude anything that requires large data (it is not included in PyPi)
38
pytest --cov=./tests --cov-report=xml --ignore=tests/test_gen_example_notebook.py
39
40
- - name: Upload coverage to Codecov
41
- uses: codecov/codecov-action@v3
+ - name: Upload coverage reports to Codecov
+ 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
data/rr30a_s0u/t0/rr30a_s0_ch2.tif
-66.1 MB
0 commit comments