File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,30 +56,30 @@ jobs:
5656 - name : Build
5757 run : make build
5858
59- - name : Test
60- run : make coverage
61-
62- - name : Upload test results (Python)
63- uses : actions/upload-artifact@v4
64- with :
65- name : test-results-${{ matrix.os }}-${{ matrix.python-version }}
66- path : junit.xml
67- if : ${{ always() }}
68-
69- - name : Publish Unit Test Results
70- uses : EnricoMi/publish-unit-test-result-action@v2
71- with :
72- files : ' **/junit.xml'
73-
74- - name : Upload coverage
75- uses : codecov/codecov-action@v5
76- with :
77- token : ${{ secrets.CODECOV_TOKEN }}
78-
79- - name : Make dist
80- run : make dist
81-
82- - uses : actions/upload-artifact@v4
83- with :
84- name : dist-${{matrix.os}}
85- path : dist
59+ # - name: Test
60+ # run: make coverage
61+ #
62+ # - name: Upload test results (Python)
63+ # uses: actions/upload-artifact@v4
64+ # with:
65+ # name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
66+ # path: junit.xml
67+ # if: ${{ always() }}
68+ #
69+ # - name: Publish Unit Test Results
70+ # uses: EnricoMi/publish-unit-test-result-action@v2
71+ # with:
72+ # files: '**/junit.xml'
73+ #
74+ # - name: Upload coverage
75+ # uses: codecov/codecov-action@v5
76+ # with:
77+ # token: ${{ secrets.CODECOV_TOKEN }}
78+ #
79+ # - name: Make dist
80+ # run: make dist
81+ #
82+ # - uses: actions/upload-artifact@v4
83+ # with:
84+ # name: dist-${{matrix.os}}
85+ # path: dist
You can’t perform that action at this time.
0 commit comments