diff options
| author | Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com> | 2025-01-06 16:38:22 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-06 16:38:22 -0500 |
| commit | 5ae9a451b57d74ae4d25127040f25d369df4a47e (patch) | |
| tree | 8a057529c01f3140e0059ff86e8d5637599ef6ca /.github/workflows | |
| parent | d07cf716e6609b2fa466649af26b948736d1f3c9 (diff) | |
move pkg/health out of registry-scanner (#995)
Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci-tests.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index 324d45e..aa1b714 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -140,4 +140,9 @@ jobs: env: GNUPG_DISABLED: true run: | - make test
\ No newline at end of file + make test + - name: Upload code coverage information to codecov.io + uses: codecov/codecov-action@v5 + with: + token: ${{ secrets.CODECOV_TOKEN }} + files: coverage.out
\ No newline at end of file |
