Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ardabeyazoglu committed Jan 30, 2024
1 parent 037eac1 commit 59ed3a6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
@@ -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 }}."
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 59ed3a6

Please sign in to comment.