We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb879a commit a131b93Copy full SHA for a131b93
.github/workflows/tests.yaml
@@ -46,7 +46,7 @@ jobs:
46
pytest --cov --cov-report=xml
47
python3 -m torchgeo --help
48
- name: Report coverage
49
- uses: codecov/codecov-action@v5.1.2
+ uses: codecov/codecov-action@v5.3.1
50
with:
51
token: ${{ secrets.CODECOV_TOKEN }}
52
minimum:
@@ -78,7 +78,7 @@ jobs:
78
79
80
81
82
83
84
datasets:
@@ -110,7 +110,7 @@ jobs:
110
111
112
113
114
115
116
concurrency:
0 commit comments