From 6e92d6c62c99f863d6a7a0b0951b8fd73617f1ee Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Sat, 23 Apr 2022 03:44:45 +0000 Subject: [PATCH] testing codecov --- .github/workflows/ci-tests.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 77af2f25..73aa0f59 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -56,8 +56,8 @@ jobs: exit 1 fi - - name: Codecov - run: | - cd api/tacticalrmm - source ../env/bin/activate - codecov + - uses: codecov/codecov-action@v2 + with: + directory: ./api/tacticalrmm + files: ./api/tacticalrmm/coverage.xml + verbose: true