diff --git a/.github/workflows/github-actions.yml b/.github/workflows/main.yml similarity index 97% rename from .github/workflows/github-actions.yml rename to .github/workflows/main.yml index 5111b97..d56060e 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: CI run-name: continuous integration actions on: [push] jobs: - CodeCoverage: + test: runs-on: ubuntu-latest steps: - name: Checkout Code diff --git a/README.md b/README.md index 411deab..635cb9e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # php-retention +![build](https://github.com/ardabeyazoglu/php-retention/actions/workflows/main.yml/badge.svg) [![codecov](https://codecov.io/gh/ardabeyazoglu/php-retention/graph/badge.svg?token=5TE2OKaIPT)](https://codecov.io/gh/ardabeyazoglu/php-retention) A simple but handy php library to apply retention policy to files before deleting, archiving or anything that is possible with a custom callback. @@ -170,6 +171,4 @@ Please be descriptive in your posts. # ToDo -- [ ] Complete example tests -- [ ] Release first version through packagist and codecov - [ ] Add keep-within-*** policy support \ No newline at end of file