File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 5050 - name : Setup snyk
5151 uses :
snyk/actions/[email protected] 5252 - name : Snyk test
53- run : snyk test --all-sub-projects --org=hypertrace --severity-threshold=low --policy-path=.snyk --configuration-matching='^runtimeClasspath$'
53+ run : snyk test --all-sub-projects --org=hypertrace --severity-threshold=low --policy-path=.snyk --configuration-matching='^runtimeClasspath$' --remote-repo-url='${{ github.server_url }}/${{ github.repository }}.git'
5454 env :
5555 SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
Original file line number Diff line number Diff line change 3434 args : jacocoTestReport
3535
3636 - name : Upload coverage to Codecov
37- uses : codecov/codecov-action@v1
37+ uses : codecov/codecov-action@v2
3838 with :
3939 name : unit test reports
40- fail_ci_if_error : true
4140 flags : unit
4241
4342 - name : copy test reports
You can’t perform that action at this time.
0 commit comments