Skip to content

Commit

Permalink
chore(BUX-223): remove coverage action
Browse files Browse the repository at this point in the history
  • Loading branch information
pawellewandowski98 committed Feb 22, 2024
1 parent 70ded38 commit ace1ff9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,3 @@ jobs:
${{ runner.os }}-go-
- name: Run linter and tests
run: make test-coverage-custom
- name: Update code coverage
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)

0 comments on commit ace1ff9

Please sign in to comment.