Skip to content
Snippets Groups Projects

Commit-Confirm Mechanic for PND

Merged Ghost User requested to merge 99-commit-confirm-mechanic-for-ond-changes into develop
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -34,16 +34,16 @@ integration-test:
@@ -34,16 +34,16 @@ integration-test:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
allow_failure: true
allow_failure: true
after_script:
- go tool cover -func=coverage.out
unit-test:
unit-test:
script:
script:
- go test -short -race $(go list ./... | grep -v /forks/ | grep -v /api/ | grep -v /mocks ) -v -coverprofile=coverage.out
- go test -short -race $(go list ./... | grep -v /forks/ | grep -v /api/ | grep -v /mocks ) -v -coverprofile=coverage.out
 
after_script:
 
- go tool cover -func=coverage.out
<<: *test
<<: *test
controller-test:
controller-test:
script:
script:
- cd ./nucleus
- cd ./nucleus
- go test -race -v -run TestRun -coverprofile=../coverage.out
- go test -race -v -run TestRun
<<: *test
<<: *test
 
\ No newline at end of file
Loading