File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
extensions/gubbins/.github/workflows Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7373 - name : Run pytest
7474 run : pixi run pytest-${{ matrix.package }} --cov-report=xml:coverage.xml --junitxml=report.xml
7575 - name : Upload coverage report
76- uses : codecov/codecov-action@v5.5.2
76+ uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
7777
7878 pytest-integration :
7979 runs-on : ubuntu-latest
@@ -216,7 +216,7 @@ jobs:
216216 run : |
217217 pixi run -e ${{ matrix.extension == 'diracx' && 'default' || 'default-gubbins' }} python -m diracx.testing coverage collect-demo --demo-dir=../diracx-charts/.demo
218218 - name : Upload coverage report
219- uses : codecov/codecov-action@v5.5.2
219+ uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
220220 with :
221221 files : ./coverage-pytest.xml,./coverage-demo.xml
222222
Original file line number Diff line number Diff line change 4343 - name : Run pytest
4444 run : pixi run pytest-${{ matrix.package }} --cov-report=xml:coverage.xml --junitxml=report.xml
4545 - name : Upload coverage report
46- uses : codecov/codecov-action@v5.5.2
46+ uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
4747
4848 client-generation :
4949 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments