Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Add tests for cli #50

Merged
merged 6 commits into from
Apr 15, 2019
Merged

Add tests for cli #50

merged 6 commits into from
Apr 15, 2019

Conversation

mbrobbel
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Apr 11, 2019

Codecov Report

Merging #50 into master will increase coverage by 6.73%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
+ Coverage   81.05%   87.78%   +6.73%     
==========================================
  Files          78       79       +1     
  Lines        5805     5821      +16     
==========================================
+ Hits         4705     5110     +405     
+ Misses       1100      711     -389
Impacted Files Coverage Δ
dqcsim-cli/src/arg_parse/parse.rs 97.36% <ø> (+97.36%) ⬆️
dqcsim/src/host/reproduction/host_call.rs 97.72% <ø> (+22.72%) ⬆️
dqcsim-cli/src/arg_parse/plugins.rs 95.34% <ø> (+79.06%) ⬆️
dqcsim-cli/src/main.rs 93.54% <100%> (+93.54%) ⬆️
lib/enum-variants-derive/src/lib.rs 0% <0%> (ø)
dqcsim/src/host/configuration/simulator.rs 96.77% <0%> (+0.14%) ⬆️
dqcsim/src/host/simulation.rs 92.51% <0%> (+2.64%) ⬆️
dqcsim/src/common/error.rs 49% <0%> (+3%) ⬆️
dqcsim/src/host/plugin/process.rs 85.21% <0%> (+6.08%) ⬆️
dqcsim/src/host/configuration/plugin/process.rs 89.55% <0%> (+11.19%) ⬆️
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d5b11b4...01ab2b2. Read the comment docs.

@mbrobbel
Copy link
Collaborator Author

assert-rs/assert_cmd#9

@mbrobbel mbrobbel force-pushed the cli-tests branch 8 times, most recently from 7f63d64 to fe5f7f0 Compare April 12, 2019 13:06
Setup cli testing via integration test

Add all executables in target/debug to kcov

Ignore more test binaries

Adding tests

Attempt to run cli tests via kcov

Use single thread for kcov tests

Make sure kcov only runs in linux build containers

Fix cfg

Fix cfg

Attempt to fix kcov cli tests

Fix kcov paths

Use macro in tests

Another attempt to collect coverage

Use xenial
@jvanstraten jvanstraten mentioned this pull request Apr 15, 2019
45 tasks
@mbrobbel mbrobbel merged commit 49acc6e into master Apr 15, 2019
@mbrobbel mbrobbel deleted the cli-tests branch April 15, 2019 11:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant