From f0211119263921ac65d673e86ba4c6e3679f53f3 Mon Sep 17 00:00:00 2001 From: Oscar Vestlie Date: Fri, 9 Jun 2023 10:35:37 -0700 Subject: [PATCH 1/4] Update README.md Testing coverage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index faef7f104bc9a..0e03dee658704 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Cobalt [![Build Matrix](https://img.shields.io/badge/-Build%20Matrix-blueviolet)](https://github.com/youtube/cobalt/blob/main/BUILD_STATUS.md) -[![codecov](https://codecov.io/github/youtube/cobalt/branch/main/graph/badge.svg?token=QZY8I830S6)](https://codecov.io/github/youtube/cobalt) +[![codecov](https://codecov.io/github/youtube/cobalt/branch/main/graph/badge.svg?token=QZY8I830S6)](https://codecov.io/github/youtube/cobalt_sandbox) [![lint](https://github.com/youtube/cobalt/actions/workflows/lint.yaml/badge.svg?branch=main&event=push)](https://github.com/youtube/cobalt/actions/workflows/lint.yaml?query=event%3Apush+branch%3Amain) [![java](https://github.com/youtube/cobalt/actions/workflows/gradle.yaml/badge.svg?branch=main&event=push)](https://github.com/youtube/cobalt/actions/workflows/gradle.yaml?query=event%3Apush+branch%3Amain) [![python](https://github.com/youtube/cobalt/actions/workflows/pytest.yaml/badge.svg?branch=main&event=push)](https://github.com/youtube/cobalt/actions/workflows/pytest.yaml?query=event%3Apush+branch%3Amain) \ From df1c3e85098ff0c4e8cf8b058326c53fa527a180 Mon Sep 17 00:00:00 2001 From: Oscar Vestlie Date: Fri, 9 Jun 2023 10:38:24 -0700 Subject: [PATCH 2/4] Add codecov token param Testing codedov --- .github/actions/on_host_test/action.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/on_host_test/action.yaml b/.github/actions/on_host_test/action.yaml index 1d6602ebf73b0..22d871be88760 100644 --- a/.github/actions/on_host_test/action.yaml +++ b/.github/actions/on_host_test/action.yaml @@ -106,6 +106,8 @@ runs: path: ${{env.TEST_REPORT_FILE}} - name: Upload coverage html report if: ${{matrix.shard}} == 'coverage' + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} uses: actions/upload-artifact@v3 with: name: coverage-report From b08bebc12624422a3eab3b0f3f1fbb5d0431eab8 Mon Sep 17 00:00:00 2001 From: Oscar Vestlie Date: Fri, 9 Jun 2023 11:02:39 -0700 Subject: [PATCH 3/4] Revert "Add codecov token param" This reverts commit df1c3e85098ff0c4e8cf8b058326c53fa527a180. --- .github/actions/on_host_test/action.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/actions/on_host_test/action.yaml b/.github/actions/on_host_test/action.yaml index 22d871be88760..1d6602ebf73b0 100644 --- a/.github/actions/on_host_test/action.yaml +++ b/.github/actions/on_host_test/action.yaml @@ -106,8 +106,6 @@ runs: path: ${{env.TEST_REPORT_FILE}} - name: Upload coverage html report if: ${{matrix.shard}} == 'coverage' - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} uses: actions/upload-artifact@v3 with: name: coverage-report From c78c1bd54c3022db2765fa981c477d0e49b546e0 Mon Sep 17 00:00:00 2001 From: kaidokert-personal <134725747+kaidokert-personal@users.noreply.github.com> Date: Sun, 11 Jun 2023 18:46:32 -0700 Subject: [PATCH 4/4] Update requirements.txt Break stuff --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index ac34bbc1d9508..65cc18f78429b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,3 +9,4 @@ selenium==3.141.0 Brotli==1.0.9 six<2 pytest-pythonpath<0.8 +break