Skip to content

Commit d94d132

Browse files
authored
chore: fixes snyk and codecov issue (#37)
1 parent 3b0da3f commit d94d132

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
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 }}

.github/workflows/pr-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ jobs:
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

0 commit comments

Comments
 (0)