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

Add some syscalls of signal #155

Merged
merged 5 commits into from
Aug 16, 2020
Merged

Add some syscalls of signal #155

merged 5 commits into from
Aug 16, 2020

Conversation

yukiiiteru
Copy link
Contributor

No description provided.

@wangrunji0408 wangrunji0408 added the enhancement New feature or request label Aug 16, 2020
@wangrunji0408
Copy link
Member

I resolved the conflicts and did some refactors of the code (cbff620) at branch signal.

Please review the code. If no problem, you can reset your branch to 'signal' and force push.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 210943041

  • 21 of 141 (14.89%) changed or added relevant lines in 6 files are covered.
  • 7 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.3%) to 46.354%

Changes Missing Coverage Covered Lines Changed/Added Lines %
linux-syscall/src/lib.rs 0 3 0.0%
linux-object/src/process.rs 8 14 57.14%
linux-object/src/signal/action.rs 8 31 25.81%
linux-object/src/signal/mod.rs 3 40 7.5%
linux-syscall/src/signal.rs 0 51 0.0%
Files with Coverage Reduction New Missed Lines %
../../../../../usr/share/rust/.cargo/registry/src/jackfan.us.kg-1ecc6299db9ec823/bitflags-1.2.1/src/lib.rs 2 41.67%
../../../../../usr/share/rust/.cargo/registry/src/jackfan.us.kg-1ecc6299db9ec823/spin-0.5.2/src/mutex.rs 2 55.0%
linux-syscall/src/lib.rs 3 44.59%
Totals Coverage Status
Change from base Build 210611853: -0.3%
Covered Lines: 6553
Relevant Lines: 14137

💛 - Coveralls

@yukiiiteru
Copy link
Contributor Author

Thanks, I've force pushed, please check.

@wangrunji0408 wangrunji0408 merged commit 2f34c8c into rcore-os:master Aug 16, 2020
zhangsn-19 pushed a commit to zhangsn-19/zCore that referenced this pull request Apr 23, 2022
@coveralls
Copy link

coveralls commented Jul 14, 2024

Pull Request Test Coverage Report for Build 210943041

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 21 of 141 (14.89%) changed or added relevant lines in 6 files are covered.
  • 7 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.3%) to 46.354%

Changes Missing Coverage Covered Lines Changed/Added Lines %
linux-syscall/src/lib.rs 0 3 0.0%
linux-object/src/process.rs 8 14 57.14%
linux-object/src/signal/action.rs 8 31 25.81%
linux-object/src/signal/mod.rs 3 40 7.5%
linux-syscall/src/signal.rs 0 51 0.0%
Files with Coverage Reduction New Missed Lines %
../../../../../usr/share/rust/.cargo/registry/src/jackfan.us.kg-1ecc6299db9ec823/bitflags-1.2.1/src/lib.rs 2 41.67%
../../../../../usr/share/rust/.cargo/registry/src/jackfan.us.kg-1ecc6299db9ec823/spin-0.5.2/src/mutex.rs 2 55.0%
linux-syscall/src/lib.rs 3 44.59%
Totals Coverage Status
Change from base Build 210611853: -0.3%
Covered Lines: 6553
Relevant Lines: 14137

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants