Skip to content

Commit a916601

Browse files
committed
coverage xml generation
1 parent 1e1a1c9 commit a916601

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
with:
119119
token: ${{ secrets.CODECOV_TOKEN }}
120120
directory: ./for_testing
121+
files: ./coverage.xml
121122
fail_ci_if_error: true
122123
env_vars: ${{ matrix.os }}, PYTHON_VERSION
123124
flags: unittests

ci/run_tests.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if [ "$COVERAGE" == "1" ] || [ "$COVERAGE" == true ]; then
2929
done
3030
coverage combine .
3131
coverage report -m # Generate test coverage report.
32-
ls .
32+
coverage xml # Generate coverage report in xml format for codecov.
3333
# codecov # Upload the report to codecov.
3434
else
3535
# Threads issue so we run test on individual file
@@ -45,4 +45,7 @@ else
4545
done
4646
fi
4747

48+
cd ..
49+
ls .
50+
4851
set +ex

docs/source/posts/2022/2022-05-24-my-journey-to-gsoc-2022-shivam.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ The Day
4848
~~~~~~~
4949
May 18: I was a bit anxious since on May 18th the GSoC website was showing my proposal for glTF integration had been rejected. (p.s. maybe it was a bug of some sort that they fixed later on).
5050

51-
May 20: I woke up very early in the morning and started checking the contributor's profile. I kept checking for new emails but didn't receive any emails that day. "The result will be announced at 11:30 PM, isn't it? " My dad said, It was 8:00 AM IST. I called my friends in the night to join me on discord, I was talking to them and refreshing the GSoC site at the same time. One of my friends shouted that he got selected in NumFocus. I refreshed the page again, my proposal for glTF Integration was accepted. I can't express what I felt at that moment. I told my friends and my parents, they were happy for me and I got a lot of blessings :). I received an official email the next day.
51+
May 20: I woke up very early in the morning and started checking the contributor's profile. I kept checking for new emails but didn't receive any emails that day. "The result will be announced at 11:30 PM, isn't it? " My dad said, It was 8:00 AM Indian Standard Time. I called my friends in the night to join me on discord, I was talking to them and refreshing the GSoC site at the same time. One of my friends shouted that he got selected in NumFocus. I refreshed the page again, my proposal for glTF Integration was accepted. I can't express what I felt at that moment. I told my friends and my parents, they were happy for me and I got a lot of blessings :). I received an official email the next day.

docs/source/posts/2022/2022-05-25-pre-gsoc-journey-praneeth.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ I was excited to participate in these events but wasn’t getting proper guidanc
4141
GSoC - 22
4242
~~~~~~~~~~
4343

44-
Again this year GSoC Started with new rules, new energy and with more enthusiasm I too prepared to participate in it. Five new ideas were posted for GSoC in which I again chose the UI improvement as I had a good understanding of the existing UI system in FURY. Last year's experience helped me a lot in creating the proposal. This time I was also prepared(compared to last time) as I had made some contributions and also had spent time on the code base to understand it. Days passed and lastly the result day arrived, anxiety was at its peak. I had set an alarm to remind me to keep checking the mail for the result, refreshing and changing tabs. Exactly at 11:32 PM IST, a mail dropped with the subject “Congratulations, your proposal with Python Software Foundation has been accepted!” and my happiness had no bound.
44+
Again this year GSoC Started with new rules, new energy and with more enthusiasm I too prepared to participate in it. Five new ideas were posted for GSoC in which I again chose the UI improvement as I had a good understanding of the existing UI system in FURY. Last year's experience helped me a lot in creating the proposal. This time I was also prepared(compared to last time) as I had made some contributions and also had spent time on the code base to understand it. Days passed and lastly the result day arrived, anxiety was at its peak. I had set an alarm to remind me to keep checking the mail for the result, refreshing and changing tabs. Exactly at 11:32 PM Indian Standard Time, a mail dropped with the subject “Congratulations, your proposal with Python Software Foundation has been accepted!” and my happiness had no bound.

0 commit comments

Comments
 (0)