Skip to content

Commit

Permalink
workflows: upgrade to codecov/codecov-action@v3, only run demo-publis…
Browse files Browse the repository at this point in the history
…h on main (#72)
  • Loading branch information
bobheadxi authored Jan 12, 2023
1 parent c898384 commit 1e920f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:

gobenchdata-publish:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ jobs:
- run: go mod download
- run: make check-go
- run: go test -race -coverprofile=coverage.txt ./...
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
with:
file: ./coverage.txt
fail_ci_if_error: true

web:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1e920f4

Please sign in to comment.