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

feat: Detect changes using filesystem #32

Merged
merged 18 commits into from
Oct 5, 2023

fix: remove test_flat_folders_skip_binary_files test

4998b67
Select commit
Loading
Failed to load commit list.
Merged

feat: Detect changes using filesystem #32

fix: remove test_flat_folders_skip_binary_files test
4998b67
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 5, 2023 in 0s

45.11% (+8.17%) compared to 6389346

View this Pull Request on Codecov

45.11% (+8.17%) compared to 6389346

Details

Codecov Report

Merging #32 (4998b67) into main (6389346) will increase coverage by 8.17%.
Report is 13 commits behind head on main.
The diff coverage is 58.68%.

@@            Coverage Diff             @@
##             main      #32      +/-   ##
==========================================
+ Coverage   36.94%   45.11%   +8.17%     
==========================================
  Files          24       25       +1     
  Lines        1903     2088     +185     
==========================================
+ Hits          703      942     +239     
+ Misses       1200     1146      -54     
Files Coverage Δ
checker/actions/contributing.py 0.00% <ø> (ø)
checker/course/__init__.py 100.00% <100.00%> (ø)
checker/course/config.py 100.00% <100.00%> (ø)
checker/course/schedule.py 78.78% <100.00%> (+4.17%) ⬆️
checker/exceptions.py 97.67% <100.00%> (ø)
checker/executors/__init__.py 100.00% <100.00%> (ø)
checker/executors/sandbox.py 87.77% <ø> (ø)
checker/testers/__init__.py 100.00% <100.00%> (ø)
checker/testers/cpp.py 93.40% <100.00%> (-0.15%) ⬇️
checker/testers/tester.py 95.65% <100.00%> (+5.79%) ⬆️
... and 13 more