Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Conversation

@matt-codecov
Copy link
Contributor

@matt-codecov matt-codecov commented Feb 19, 2025

useful for codecov/umbrella#4

@codecov
Copy link

codecov bot commented Feb 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.92%. Comparing base (88ced51) to head (f3ff3f8).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #517      +/-   ##
==========================================
- Coverage   90.50%   89.92%   -0.58%     
==========================================
  Files         463      324     -139     
  Lines       13275     8989    -4286     
  Branches     2116     1585     -531     
==========================================
- Hits        12014     8083    -3931     
+ Misses       1140      845     -295     
+ Partials      121       61      -60     
Flag Coverage Δ
shared-docker-uploader ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@matt-codecov matt-codecov force-pushed the pr517 branch 2 times, most recently from e5557d2 to b4f7fd1 Compare February 19, 2025 23:43
@@ -1,5 +1,6 @@
[run]
branch = True
relative_files = True
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 nice!

I feel like this should be the default. If it were, we wouldn’t need all that PathFixer nonesense.

run: |
docker-compose exec shared codecovcli -v upload-process --flag shared-docker-uploader --token ${{ secrets.CODECOV_ORG_TOKEN }} --fail-on-error
docker-compose exec shared codecovcli -v do-upload --report-type "test_results" --flag shared-docker-uploader --token ${{ secrets.CODECOV_ORG_TOKEN }} --fail-on-error
docker-compose exec shared codecovcli -v upload-process --flag shared-docker-uploader --file tests/unit.coverage.xml --token ${{ secrets.CODECOV_ORG_TOKEN }} --fail-on-error
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does shared not have the distinction between unit and integration tests, like the other repos do?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think some tests call themselves integration tests but it's not worked into the repo/CI currently. we should change that, and other things, so that we can reuse the workflows worker/api get to use

currently i am disturbing as little as possible so get things working in umbrella, and then we can assess whether to change shared to follow that pattern or change all three projects to use a more monorepo-aware CI structure

@matt-codecov matt-codecov added this pull request to the merge queue Feb 20, 2025
Merged via the queue into main with commit d6f1785 Feb 20, 2025
6 checks passed
@matt-codecov matt-codecov deleted the pr517 branch February 20, 2025 10:04
@JerrySentry JerrySentry restored the pr517 branch March 11, 2025 21:05
JerrySentry added a commit that referenced this pull request Mar 11, 2025
@overwatch-beta
Copy link

overwatch-beta bot commented Mar 11, 2025

✅ Sentry found no issues in your recent changes ✅

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.

3 participants