Skip to content

Commit ffa2de5

Browse files
committed
Attempt upgrading codecov action to see if tokenless uploads can be made to work
1 parent 03ceb9b commit ffa2de5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ jobs:
4141
run: |
4242
pytest --cov=meshtastic --cov-report=xml
4343
- name: Upload coverage to Codecov
44-
uses: codecov/codecov-action@v2
44+
uses: codecov/codecov-action@v4
4545
with:
4646
token: ${{ secrets.CODECOV_TOKEN }}
47+
env_vars: OS, PYTHON
4748
files: ./coverage.xml
4849
flags: unittests
4950
name: codecov-umbrella

0 commit comments

Comments
 (0)