Skip to content

Commit

Permalink
Merge pull request #252 from jasonrogena/fanotify
Browse files Browse the repository at this point in the history
Adds support for monitoring for file changes using fanotify
  • Loading branch information
jasonrogena authored Dec 7, 2024
2 parents 878ba0b + 6f87e4b commit 8a19795
Show file tree
Hide file tree
Showing 12 changed files with 613 additions and 232 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ jobs:
run: make clean test
- name: Generate code coverage
run: make clean coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
files: target/lcov.info
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
- name: Check if can publish to crates.io
uses: katyo/publish-crates@v1
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install gcc-9-multilib lib32gcc-9-dev
- uses: gerlero/brew-install@v1
if: matrix.os == 'macos-latest'
with:
packages: yamllint
- name: Install rust
uses: actions-rs/toolchain@v1
with:
Expand Down
Loading

0 comments on commit 8a19795

Please sign in to comment.