Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: ./.github/actions/go-setup
- run: make test-codecov
- name: Upload unit test coverage to Codecov
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
with:
files: cov-unit-tests.out
flags: unit-tests
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Execute OpenSearch tests
run: make test-opensearch
- name: Upload OpenSearch test coverage to Codecov
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
with:
files: cov-os-tests.out
flags: opensearch-tests
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Execute Postgres tests
run: make test-postgres
- name: Upload Postgres test coverage to Codecov
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
with:
files: cov-pg-tests.out
flags: postgres-tests
Expand Down
Loading