File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 6868 - name : Setup snyk
6969 uses : snyk/actions/setup@0.3.0
7070 - name : Snyk test
71- run : snyk test --all-sub-projects --org=hypertrace --severity-threshold=low --policy-path=.snyk --configuration-matching='^runtimeClasspath$'
71+ 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'
7272 env :
7373 SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
Original file line number Diff line number Diff line change 3737 uses : codecov/codecov-action@v2
3838 with :
3939 name : unit test reports
40- fail_ci_if_error : true
4140 flags : unit
4241
4342 - name : Integration test
4948 uses : codecov/codecov-action@v2
5049 with :
5150 name : integration test reports
52- fail_ci_if_error : true
5351 flags : integration
5452
5553 - name : copy test reports
You can’t perform that action at this time.
0 commit comments