Skip to content

Commit

Permalink
Merge branch 'main' into issue-55
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord authored Oct 22, 2021
2 parents db4c613 + 523d76a commit 951a32c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr_open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
- name: fetch numary control
run: make fetch-control
- name: run tests
run: go test -v -coverpkg=./... -coverprofile=coverage.out ./...
run: go test -v -coverpkg=./... -coverprofile=coverage.out -covermode=atomic ./...
- name: Upload coverage to Codecov
run: bash <(curl -s https://codecov.io/bash)
Lint:
name: 'Lint'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 951a32c

Please sign in to comment.