Skip to content

Commit

Permalink
tmp: disable codecov without secret
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest committed Nov 14, 2023
1 parent 87ba9fa commit ec726f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
push:
branches:
- main
pull_request: {}
pull_request:
- "*"

jobs:
integration:
Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
push:
branches:
- main
pull_request: {}
pull_request:
- "*"

jobs:
test:
Expand All @@ -26,11 +27,11 @@ jobs:
uses: golangci/[email protected]
- name: Run tests with Coverage
run: make coverage
- name: Upload Code Coverage
uses: codecov/codecov-action@v3
with:
name: codecov-deck
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
#- name: Upload Code Coverage
# uses: codecov/codecov-action@v3
# with:
# name: codecov-deck
# token: ${{ secrets.CODECOV_TOKEN }}
# fail_ci_if_error: true
- name: Build
run: make build

0 comments on commit ec726f8

Please sign in to comment.