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

chore(tests): setup coverage monitoring in bacon #312

Merged
merged 1 commit into from
Jul 14, 2023

Conversation

joshka
Copy link
Member

@joshka joshka commented Jul 14, 2023

  • Add two jobs to bacon.toml (one for unit tests, one for all tests)
  • Remove "run" job as it doesn't work well with bacon due to no stdin
  • Document coverage tooling in CONTRIBUTING.md

- Add two jobs to bacon.toml (one for unit tests, one for all tests)
- Remove "run" job as it doesn't work well with bacon due to no stdin
- Document coverage tooling in CONTRIBUTING.md
@codecov
Copy link

codecov bot commented Jul 14, 2023

Codecov Report

Merging #312 (c5c00a4) into main (2889c7d) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #312      +/-   ##
==========================================
+ Coverage   83.85%   83.86%   +0.01%     
==========================================
  Files          38       38              
  Lines        8045     8051       +6     
==========================================
+ Hits         6746     6752       +6     
  Misses       1299     1299              
Impacted Files Coverage Δ
src/widgets/barchart/bar.rs 100.00% <100.00%> (ø)
src/widgets/barchart/mod.rs 89.35% <100.00%> (-0.02%) ⬇️

@joshka joshka added this pull request to the merge queue Jul 14, 2023
Merged via the queue into ratatui-org:main with commit 6f6c355 Jul 14, 2023
17 checks passed
@joshka joshka deleted the chore-coverage-bacon branch July 14, 2023 08:38
a-kenji pushed a commit to a-kenji/ratatui that referenced this pull request Jul 16, 2023
- Add two jobs to bacon.toml (one for unit tests, one for all tests)
- Remove "run" job as it doesn't work well with bacon due to no stdin
- Document coverage tooling in CONTRIBUTING.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants