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

ci: add coverage token #352

Merged
merged 1 commit into from
Jul 28, 2023
Merged

Conversation

joshka
Copy link
Member

@joshka joshka commented Jul 27, 2023

Fixes the problem where the code coverage github action cannot upload the coverage results.

@codecov
Copy link

codecov bot commented Jul 27, 2023

Codecov Report

Merging #352 (52886ed) into main (b9290b3) will decrease coverage by 0.33%.
Report is 8 commits behind head on main.
The diff coverage is 57.84%.

@@            Coverage Diff             @@
##             main     #352      +/-   ##
==========================================
- Coverage   85.08%   84.76%   -0.33%     
==========================================
  Files          40       40              
  Lines        8608     8603       -5     
==========================================
- Hits         7324     7292      -32     
- Misses       1284     1311      +27     
Files Changed Coverage Δ
src/backend/crossterm.rs 0.00% <0.00%> (ø)
src/backend/termion.rs 27.46% <0.00%> (-0.59%) ⬇️
src/terminal.rs 55.73% <0.00%> (-0.47%) ⬇️
src/text/masked.rs 98.64% <0.00%> (ø)
src/widgets/calendar.rs 81.06% <0.00%> (-1.25%) ⬇️
src/widgets/canvas/circle.rs 97.14% <0.00%> (ø)
src/widgets/canvas/line.rs 59.67% <0.00%> (ø)
src/widgets/canvas/map.rs 0.00% <0.00%> (ø)
src/widgets/canvas/mod.rs 91.61% <0.00%> (-0.27%) ⬇️
src/widgets/canvas/points.rs 85.71% <0.00%> (+39.56%) ⬆️
... and 25 more

@joshka joshka enabled auto-merge July 27, 2023 23:44
@joshka joshka added this pull request to the merge queue Jul 28, 2023
Merged via the queue into ratatui-org:main with commit 6f659cf Jul 28, 2023
28 of 30 checks passed
@joshka joshka deleted the fix-coverage-upload branch August 20, 2023 05:59
@joshka joshka added this to the v0.23.0 milestone Aug 21, 2023
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