From 59ed3a63641490c936180e2d09873b41c9149f10 Mon Sep 17 00:00:00 2001 From: Arda Beyazoglu Date: Tue, 30 Jan 2024 13:37:44 +0100 Subject: [PATCH] actions --- .github/workflows/github-actions.yml | 14 ++++++++++++++ README.md | 1 - 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/github-actions.yml diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml new file mode 100644 index 0000000..a00f436 --- /dev/null +++ b/.github/workflows/github-actions.yml @@ -0,0 +1,14 @@ +name: GitHub Actions +on: [push] +jobs: + CodeCoverage: + runs-on: ubuntu-latest + steps: + - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." + - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" + - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + - run: echo "🍏 This job's status is ${{ job.status }}." diff --git a/README.md b/README.md index e402bd0..1e1fa3f 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,6 @@ Please be descriptive in your posts. # ToDo -- [ ] Complete unit tests - [ ] Complete example tests - [ ] Release first version through packagist and codecov - [ ] Add keep-within-*** policy support \ No newline at end of file