Skip to content

Commit

Permalink
remove codecov coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
vantage-ola committed Sep 7, 2024
1 parent f9975ea commit d8abc81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,5 @@ jobs:
working-directory: tracknow/web

- name: Run tests
run: npm test -- --coverage
run: npm test
working-directory: tracknow/web

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
14 changes: 1 addition & 13 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,4 @@ jobs:
- name: Run tests
run: |
python -m pytest
working-directory: tracknow/backend

- name: Run tests with code coverage
run: |
coverage run -m pytest
coverage report -m
coverage xml
working-directory: tracknow/backend

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
working-directory: tracknow/backend

0 comments on commit d8abc81

Please sign in to comment.