From 9ffc4b60e78092f60a5cc64e5cd239c614015988 Mon Sep 17 00:00:00 2001 From: Johannes Wilm Date: Sat, 16 Jul 2022 23:41:47 +0200 Subject: [PATCH] move github secret to coveralls --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9b828fa..261ce7a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,6 +41,6 @@ jobs: env: DJANGO: '${{ matrix.DJANGO }}' - run: make test + - run: coveralls env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - run: coveralls