From f95ba90163915e5f2f7ad5738e46e67d781aca8b Mon Sep 17 00:00:00 2001 From: guangzhixu Date: Fri, 20 Oct 2023 11:26:09 +0800 Subject: [PATCH] add codev --- .github/workflows/rotom.yml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rotom.yml b/.github/workflows/rotom.yml index 9cdfd5f..c63e9c6 100644 --- a/.github/workflows/rotom.yml +++ b/.github/workflows/rotom.yml @@ -1,4 +1,14 @@ -- name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file +name: GitHub Actions Demo + +run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 + +on: [push] + +jobs: + Explore-GitHub-Actions: + runs-on: ubuntu-latest + steps: + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file