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

Fix downgrade test artifact upload #4041

Merged
merged 1 commit into from Jan 31, 2022

Conversation

svenklemm
Copy link
Member

The artifact upload for the downgrade test was using the filenames
of the update test and so would never upload any files.

@codecov
Copy link

codecov bot commented Jan 31, 2022

Codecov Report

Merging #4041 (04bb3c4) into master (ae02934) will decrease coverage by 0.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4041      +/-   ##
==========================================
- Coverage   90.70%   90.64%   -0.06%     
==========================================
  Files         214      214              
  Lines       38726    38733       +7     
==========================================
- Hits        35126    35110      -16     
- Misses       3600     3623      +23     
Impacted Files Coverage Δ
src/chunk.h 100.00% <ø> (ø)
src/chunk.c 95.55% <100.00%> (+0.03%) ⬆️
src/planner.c 94.95% <100.00%> (+0.01%) ⬆️
src/ts_catalog/chunk_data_node.c 98.98% <100.00%> (ø)
tsl/src/fdw/modify_plan.c 90.16% <100.00%> (+0.16%) ⬆️
tsl/src/fdw/relinfo.c 96.22% <100.00%> (-0.10%) ⬇️
src/bgw/scheduler.c 83.04% <0.00%> (-3.51%) ⬇️
src/loader/bgw_message_queue.c 85.52% <0.00%> (-2.64%) ⬇️
src/loader/bgw_launcher.c 89.50% <0.00%> (-2.47%) ⬇️
tsl/src/reorder.c 84.79% <0.00%> (-0.30%) ⬇️
... and 4 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 e5db6a9...04bb3c4. Read the comment docs.

The artifact upload for the downgrade test was using the filenames
of the update test and so would never upload any files.
@svenklemm svenklemm merged commit 481bf8b into timescale:master Jan 31, 2022
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

3 participants