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