diff options
| author | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-06-17 19:27:19 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-06-18 17:22:04 +0300 |
| commit | 7f908d909ea6874af0512e2258777f5cd42be790 (patch) | |
| tree | 9a00e9f52969370bb59439a6a8b465669f2f2e7e /.github/workflows/os_comp.yml | |
| parent | c3ea9753e3941789bdd4b8458a9912f407a5f9de (diff) | |
| download | meson-7f908d909ea6874af0512e2258777f5cd42be790.tar.gz | |
Remove coverage measurement.
Diffstat (limited to '.github/workflows/os_comp.yml')
| -rw-r--r-- | .github/workflows/os_comp.yml | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/.github/workflows/os_comp.yml b/.github/workflows/os_comp.yml index 0912a750a..4b9b7a4a6 100644 --- a/.github/workflows/os_comp.yml +++ b/.github/workflows/os_comp.yml @@ -72,18 +72,7 @@ jobs: source /ci/env_vars.sh cd $GITHUB_WORKSPACE - ./tools/run_with_cov.py ./run_tests.py $CI_ARGS - - - name: Aggregate coverage reports - run: ./ci/combine_cov.sh - - - name: Upload coverage report - uses: codecov/codecov-action@v3 - with: - files: .coverage/coverage.xml - name: "OS Comp [${{ matrix.cfg.name }}]" - fail_ci_if_error: false - verbose: true + ./run_tests.py $CI_ARGS pypy: name: 'Arch / PyPy' @@ -172,15 +161,4 @@ jobs: update-alternatives --set i686-w64-mingw32-gcc /usr/bin/i686-w64-mingw32-gcc-posix update-alternatives --set i686-w64-mingw32-g++ /usr/bin/i686-w64-mingw32-g++-posix - ./tools/run_with_cov.py ./run_tests.py $RUN_TESTS_ARGS -- $MESON_ARGS - - - name: Aggregate coverage reports - run: ./ci/combine_cov.sh - - - name: Upload coverage report - uses: codecov/codecov-action@v3 - with: - files: .coverage/coverage.xml - name: "Ubuntu [${{ matrix.cfg.CC }} ${{ matrix.cfg.RUN_TESTS_ARGS }} ${{ matrix.cfg.MESON_ARGS }}]" - fail_ci_if_error: false - verbose: true + ./run_tests.py $RUN_TESTS_ARGS -- $MESON_ARGS |
