Skip to content

Commit

Permalink
moving back to tokenless (because it's ignored anyway) and turn off c…
Browse files Browse the repository at this point in the history
…i failure
  • Loading branch information
jotak committed May 22, 2024
1 parent 96c5e27 commit 8083dbd
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@ jobs:
run: go mod vendor
- name: Report coverage
if: ${{ matrix.go == '1.21' }}
uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v4
with:
files: ./cover.out
flags: unittests
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true

build-test-frontend:
Expand All @@ -51,11 +49,9 @@ jobs:
- name: build and test
run: make frontend && git diff --exit-code
- name: Report coverage
uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v4
with:
files: ./web/coverage/cobertura-coverage.xml
flags: uitests
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true

0 comments on commit 8083dbd

Please sign in to comment.