From ae7fbda03bc55bf13704fd52358a2a5b6c8643dc Mon Sep 17 00:00:00 2001 From: ISHIMWE Ami Paradis <141851169+amiparadis250@users.noreply.github.com> Date: Wed, 28 Feb 2024 15:48:28 +0200 Subject: [PATCH] Adding badge --- .github/workflows/testing.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index b0b13cb..d74513a 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -22,11 +22,11 @@ jobs: - name: Install dependencies run: npm ci - - name: Run tests + - name: circle ci test run: npm test - - name: Upload coverage reports to Codecov + - name: Coverage badge uses: codecov/codecov-action@v4.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} - slug: tchamianest/MyBrand-BE \ No newline at end of file + slug: amiparadis250/MYBRAND-ISHIMWE-BE \ No newline at end of file