From c5ba632463f1bf044dfa14a273c210dae9fb11fe Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 1 May 2023 22:13:35 +1000 Subject: [PATCH] Use coveralls github action (#4735) --- .github/workflows/qc_checks.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/qc_checks.yaml b/.github/workflows/qc_checks.yaml index 8c3c4bb1f0..c0b5369ab1 100644 --- a/.github/workflows/qc_checks.yaml +++ b/.github/workflows/qc_checks.yaml @@ -163,6 +163,7 @@ jobs: INVENTREE_DB_NAME: ./inventree.sqlite INVENTREE_DB_ENGINE: sqlite3 INVENTREE_PLUGINS_ENABLED: true + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # pin@v3.1.0 @@ -172,16 +173,18 @@ jobs: apt-dependency: gettext poppler-utils dev-install: true update: true - - name: Coverage Tests - run: invoke coverage - name: Data Export Test uses: ./.github/actions/migration - name: Test Translations run: invoke translate - name: Check Migration Files run: python3 ci/check_migration_files.py + - name: Coverage Tests + run: invoke coverage - name: Upload Coverage Report - run: coveralls + uses: coverallsapp/github-action@v2 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} postgres: name: Tests - DB [PostgreSQL]