File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 3333 fi
3434 - name : Run unit tests
3535 run : |
36- TESTS_TO_RUN=$(go list ./... | grep -v /integrationTests/ | grep -v /fuzz/ | grep -v /mandos-go/json/integrationTests | grep -v /mandos-go/expression/integrationTests )
36+ TESTS_TO_RUN=$(go list ./... | grep -v /integrationTests/ | grep -v /fuzz/)
3737 go test -short -cover -coverprofile=coverage.txt -covermode=atomic -v ${TESTS_TO_RUN}
3838
3939 - name : Upload coverage
40- run : bash <(curl -s https://codecov.io/bash) -f coverage.txt -y codecov.yml
41-
40+ uses : codecov/codecov-action@v5
41+ with :
42+ fail_ci_if_error : true
43+ files : coverage.txt
44+ token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 11ignore :
2- - " **/*.pb.go" # wildcards accepted
3-
2+ - " **/*.pb.go"
You can’t perform that action at this time.
0 commit comments