Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Readme] add info on how to build and run the tests #29

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

jordalgo
Copy link

No description provided.

Copy link

codecov bot commented Nov 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7c88a61) 13.49% compared to head (dfdf6a9) 13.02%.
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #29      +/-   ##
==========================================
- Coverage   13.49%   13.02%   -0.47%     
==========================================
  Files          33       34       +1     
  Lines        2283     2364      +81     
==========================================
  Hits          308      308              
- Misses       1975     2056      +81     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@qdeslandes
Copy link
Contributor

I think it would be simpler if you update the first code snippet, like:

Quick start:

cmake -S . -B build
# Build bpfilter and libbpfilter
make -C build -j
# Run unit tests
make -C build test

@jordalgo
Copy link
Author

Updated.

@qdeslandes qdeslandes merged commit 1b2a71a into facebook:main Nov 15, 2023
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants