Skip to content

Commit

Permalink
github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ardabeyazoglu committed Jan 30, 2024
1 parent 705c748 commit 0f96309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
run-name: continuous integration actions
on: [push]
jobs:
CodeCoverage:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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

0 comments on commit 0f96309

Please sign in to comment.