Skip to content

Commit 87a6a43

Browse files
Merge pull request #8864 from ThomasWaldmann/ci-windows-coverage
CI: upload coverage for windows tests
2 parents dc7d876 + 1884471 commit 87a6a43

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,3 +244,11 @@ jobs:
244244
. env/bin/activate
245245
borg -V
246246
python -m pytest -n4 --benchmark-skip -vv -rs -k "not remote"
247+
- name: Upload coverage to Codecov
248+
uses: codecov/codecov-action@v4
249+
env:
250+
OS: ${{ runner.os }}
251+
python: '3.11'
252+
with:
253+
token: ${{ secrets.CODECOV_TOKEN }}
254+
env_vars: OS, python

0 commit comments

Comments
 (0)