We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cbcc87 commit 2acc9ceCopy full SHA for 2acc9ce
.github/workflows/pipeline.yml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
pytest --cov=./robotools --cov-report xml --cov-report term-missing robotools
33
- name: Upload coverage
34
- uses: codecov/codecov-action@v5.3.1
+ uses: codecov/codecov-action@v5.4.0
35
with:
36
file: ./coverage.xml
37
- name: Test Wheel install and import
0 commit comments