We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbebc14 commit 1c2053dCopy full SHA for 1c2053d
.github/workflows/unit-tests.yml
@@ -46,10 +46,10 @@ jobs:
46
run: diff newcodecov .github/jobs/uploadcodecov.sh
47
- name: Run the unit tests
48
run: .github/jobs/unit-tests.sh ${{ matrix.PHPVERSION }} ${{ matrix.TEST }}
49
- #- name: Download latest codecov upload script
50
- # run: wget https://codecov.io/bash -O newcodecov
51
- #- name: Detect changes to manually verify
52
- # run: diff newcodecov .github/jobs/uploadcodecov.sh
+ - name: Download latest codecov upload script
+ run: wget https://codecov.io/bash -O newcodecov
+ - name: Detect changes to manually verify
+ run: diff newcodecov .github/jobs/uploadcodecov.sh
53
#- name: Publish Test Results
54
# uses: EnricoMi/publish-unit-test-result-action@v2
55
# if: always()
0 commit comments