Skip to content

Commit

Permalink
chore | add the eds attribute to backend entity (#96)
Browse files Browse the repository at this point in the history
* chore | add the eds attribute to backend entity
  • Loading branch information
aman-bansal authored Jun 13, 2024
1 parent a2131f1 commit 7136cf2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,31 +34,33 @@ jobs:
args: jacocoTestReport

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
name: unit test reports
fail_ci_if_error: true
flags: unit
token: ${{ secrets.CODECOV_TOKEN }}

- name: Integration test
uses: hypertrace/github-actions/gradle@main
with:
args: jacocoIntegrationTestReport

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
name: integration test reports
fail_ci_if_error: true
flags: integration
token: ${{ secrets.CODECOV_TOKEN }}

- name: copy test reports
uses: hypertrace/github-actions/gradle@main
with:
args: copyAllReports --output-dir=/tmp/test-reports

- name: Archive test reports
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: test-reports
path: /tmp/test-reports
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ commands = [
groupable: true,
display_name: Backend ID,
scope: BACKEND,
sources: [QS],
sources: [QS, EDS],
type: ATTRIBUTE,
internal: false
},
Expand Down Expand Up @@ -67,7 +67,7 @@ commands = [
groupable: true,
display_name: Backend Type,
scope: BACKEND,
sources: [QS],
sources: [QS, EDS],
type: ATTRIBUTE,
internal: false
},
Expand Down Expand Up @@ -111,7 +111,7 @@ commands = [
groupable: true,
display_name: Backend Name,
scope: BACKEND,
sources: [QS],
sources: [QS, EDS],
type: ATTRIBUTE,
internal: false
}
Expand Down

0 comments on commit 7136cf2

Please sign in to comment.