Skip to content

Commit

Permalink
ci(smoke): report smoke test results to codecov (datahub-project#12556)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored Feb 5, 2025
1 parent 66bce0d commit 1cb9165
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1274,6 +1274,11 @@ jobs:
**/build/test-results/test/**
**/junit.*.xml
!**/binary/**
- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
deploy_datahub_head:
name: Deploy to Datahub HEAD
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1cb9165

Please sign in to comment.