Skip to content

Commit

Permalink
Removed codecov (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
KieranWardle authored Jul 24, 2024
1 parent e46a70f commit a51e1db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/checks-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,4 @@ jobs:

- name: Check Docker Build
run: make docker_build

- name: Run Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
# NB: fail_ci_if_error is enabled to make any teething issues with Codecov visible.
# If Codecov has outage issues in the future, this can be toggled to false to allow the action to pass.
fail_ci_if_error: true

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ update_vulture_whitelist:
lint: flake vulture

unit_test: lint
APP_CONFIG=TestingConfig pipenv run pytest tests/unit --cov rh_ui --cov-report term-missing --cov-report xml
APP_CONFIG=TestingConfig pipenv run pytest tests/unit --cov rh_ui --cov-report html --cov-report term-missing --cov-fail-under 80

test: install unit_test integration_test

Expand Down

0 comments on commit a51e1db

Please sign in to comment.