Skip to content

Commit

Permalink
now
Browse files Browse the repository at this point in the history
  • Loading branch information
amanjpro committed Dec 12, 2024
1 parent 78f1d29 commit 3415d33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 58 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: pre-commit install
- name: Run all pre-commit hooks
run: SKIP=golangci-lint pre-commit run --all-files
build:
test:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
Expand Down Expand Up @@ -65,11 +65,11 @@ jobs:
- name: Run go tests
env:
STORAGE_EMULATOR_HOST: http://0.0.0.0:4443
run: go test ./... -coverprofile=./cover.out -covermode=atomic -coverpkg=./...
run: go test ./... -coverprofile=./cover.out -covermode=atomic
- name: check test coverage
uses: vladopajic/go-test-coverage@v2
with:
profile: cover.out
profile: ./cover.out
local-prefix: "github.com/Optable/optable-pair-cli"
threshold-total: 60
- name: Cleanup
Expand Down
55 changes: 0 additions & 55 deletions .testcoverage.yml

This file was deleted.

0 comments on commit 3415d33

Please sign in to comment.