From d3c6a5f410abfeff6194efe5bf1f59bd5b29808a Mon Sep 17 00:00:00 2001 From: roll Date: Mon, 29 Apr 2024 14:07:05 +0100 Subject: [PATCH] Added CODECOV_TOKEN --- .github/workflows/general.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/general.yaml b/.github/workflows/general.yaml index 2d20783041..c9255ea47c 100644 --- a/.github/workflows/general.yaml +++ b/.github/workflows/general.yaml @@ -40,7 +40,10 @@ jobs: - name: Test software run: hatch run +py=${{ matrix.py || matrix.python-version }} ci:test - name: Report coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: frictionlessdata/frictionless-py services: postgres: image: postgres:12