diff --git a/.github/workflows/post-merge-tasks.yml b/.github/workflows/post-merge-tasks.yml deleted file mode 100644 index 1e27e0080..000000000 --- a/.github/workflows/post-merge-tasks.yml +++ /dev/null @@ -1,51 +0,0 @@ -name: Post-merge tasks -on: - push: - branches: - - master -jobs: - php: - runs-on: ubuntu-latest - continue-on-error: false - name: "Coverage: Nextcloud ${{ matrix.nextcloud }} PHP ${{ matrix.php-version }}" - strategy: - matrix: - php-version: ["8.3"] - nextcloud: ['stable29'] - codecoverage: [true] - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Setup PHP - uses: shivammathur/setup-php@v2 - with: - php-version: ${{ matrix.php-version }} - - ### Back to normal setup - - name: Set up server non MySQL - uses: SMillerDev/nextcloud-actions/setup-nextcloud@main - with: - cron: true - version: ${{ matrix.nextcloud }} - database-type: sqlite - - - name: Prime app build - run: make - - - name: Configure server with app - uses: SMillerDev/nextcloud-actions/setup-nextcloud-app@main - with: - app: 'news' - check-code: false - - - name: Prep PHP tests - run: cd ../server/apps/news && make php-test-dependencies - - - name: Unittests - run: cd ../server/apps/news && make unit-test - env: - CODECOVERAGE: ${{ matrix.codecoverage }} - - - name: Upload codecoverage - run: cd ../server/apps/news && bash <(curl -s https://codecov.io/bash) -f build/php-unit.clover diff --git a/README.md b/README.md index bf2e64342..7943a448b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Nextcloud News app -![Release status](https://github.com/nextcloud/news/workflows/Build%20and%20publish%20app%20release/badge.svg) ![Integration Tests](https://github.com/nextcloud/news/workflows/Integration%20Tests/badge.svg) ![Frontend tests](https://github.com/nextcloud/news/workflows/Frontend%20tests/badge.svg) [![Code coverage](https://img.shields.io/codecov/c/github/nextcloud/news.svg?style=flat)](https://codecov.io/gh/nextcloud/news/) +![Release status](https://github.com/nextcloud/news/workflows/Build%20and%20publish%20app%20release/badge.svg) ![Integration Tests](https://github.com/nextcloud/news/workflows/Integration%20Tests/badge.svg) ![Frontend tests](https://github.com/nextcloud/news/workflows/Frontend%20tests/badge.svg) The News app is an RSS/Atom feed aggregator. It offers a [RESTful API](https://nextcloud.github.io/news/developer/#apis) for app developers. The source code is [available on GitHub](https://github.com/nextcloud/news)