From 05791dd6e74723c5a359ac583dc147e15cea9bc6 Mon Sep 17 00:00:00 2001 From: Jari Voutilainen Date: Tue, 14 May 2024 15:03:16 +0300 Subject: [PATCH] Replace coveralls with codecov --- .github/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 433c7fa..4401c3e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,5 +63,7 @@ jobs: ckan -c test.ini matomo init_db - name: Run tests run: pytest --ckan-ini=test.ini --cov=ckanext.matomo --disable-warnings ckanext/matomo/tests - - name: Coveralls - uses: AndreMiras/coveralls-python-action@develop + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }}