Skip to content

Travis config fix #109

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

Closed
wants to merge 4 commits into from
Closed

Travis config fix #109

wants to merge 4 commits into from

Conversation

kulaginm
Copy link
Member

  • add 15beta1 to travis config
  • fix travis warnings
    root: deprecated key sudo (The key sudo has no effect anymore.)
    root: missing dist, using the default xenial
    root: missing os, using the default linux
  • fix gcc-7.5.0 preprocessor error
  • fix clang scan-build warning

pashkinelfe and others added 4 commits May 27, 2022 16:16
root: deprecated key sudo (The key `sudo` has no effect anymore.)
root: missing dist, using the default xenial
root: missing os, using the default linux

* Add pg-15
@kulaginm kulaginm requested a review from pashkinelfe May 27, 2022 19:14
@codecov
Copy link

codecov bot commented May 27, 2022

Codecov Report

Merging #109 (4813838) into master (7197b83) will decrease coverage by 6.68%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #109      +/-   ##
==========================================
- Coverage   42.05%   35.36%   -6.69%     
==========================================
  Files          32       35       +3     
  Lines       10768    13582    +2814     
==========================================
+ Hits         4528     4803     +275     
- Misses       6240     8779    +2539     
Impacted Files Coverage Δ
src/tuplesort15.c 3.27% <0.00%> (ø)
src/rumsort.c 86.56% <0.00%> (-0.26%) ⬇️
pg_bin/include/postgresql/server/postgres.h 100.00% <0.00%> (ø)
pg_bin/include/postgresql/server/access/tableam.h 100.00% <0.00%> (ø)
..._bin/include/postgresql/server/utils/sortsupport.h 0.00% <0.00%> (ø)
src/tuplesort10.c 2.09% <0.00%> (ø)
...in/include/postgresql/server/access/htup_details.h 33.33% <0.00%> (ø)
src/btree_rum.c 96.79% <0.00%> (+0.01%) ⬆️
src/rumtsquery.c 90.15% <0.00%> (+0.03%) ⬆️
... and 12 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 7197b83...4813838. Read the comment docs.

@pashkinelfe
Copy link
Contributor

pashkinelfe commented May 30, 2022

Committed 92f42d5 into master. Thanks!

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.

2 participants