From c2e0adbe2e5bd796b3211c6f5a44c3107a0bc4f6 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Tue, 24 Sep 2024 15:18:20 -0500 Subject: [PATCH] chore(test): make a fake coverage report --- .github/workflows/ci.yml | 9 +++++++++ fake-file.txt | 1 + 2 files changed, 10 insertions(+) create mode 100644 fake-file.txt diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e42465a..7f3aabc2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,3 +22,12 @@ jobs: verbose: true env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + + - name: Upload coverage to Codecov + uses: codecov/codecov-action@v4 + with: + file: fake-file.txt + flag: fake + verbose: true + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/fake-file.txt b/fake-file.txt new file mode 100644 index 00000000..5ef6fd01 --- /dev/null +++ b/fake-file.txt @@ -0,0 +1 @@ +thisisnotacoveragereport