124 Commits

Author SHA1 Message Date
Palash Tyagi
d7385f789b Fix doctest command to include library tests in run-unit-tests workflow 2025-05-04 01:31:32 +01:00
Palash Tyagi
0e7c18656c Add condition to pick-runner job to ensure it only runs for non-draft pull requests 2025-05-04 01:27:21 +01:00
Palash Tyagi
eb28b93781 reorganized GH runner setups 2025-05-04 00:53:19 +01:00
Palash Tyagi
33d021072e Refactor unit test steps for clarity and organization 2025-05-04 00:47:13 +01:00
Palash Tyagi
8ba39f8e87 Reorder steps in unit tests workflow to clarify coverage generation process 2025-05-04 00:42:34 +01:00
Palash Tyagi
cae230783e Enhance output messages for code coverage and documentation steps in unit tests workflow 2025-05-04 00:39:23 +01:00
Palash Tyagi
101ee8c1c7 Fix description for github-token input in runner fallback action 2025-05-04 00:35:07 +01:00
Palash Tyagi
b25c6d358e Add checkout step to runner selection in workflows 2025-05-04 00:33:28 +01:00
Palash Tyagi
aaac6bfc3b Update runner fallback action 2025-05-04 00:31:41 +01:00
Palash Tyagi
6076e0c8e3 Implement runner fallback mechanism for docs and unit test workflows 2025-05-04 00:29:06 +01:00
Palash Tyagi
d15aaf437f Add runner fallback action to select self-hosted or fallback GitHub-hosted runners 2025-05-04 00:28:58 +01:00
Palash Tyagi
f084eae72c Add Docker setup files for ARM GitHub Actions self-hosted runner 2025-05-03 23:53:23 +01:00
Palash Tyagi
860cd4d081 Update workflows to support self-hosted runners 2025-05-03 23:17:47 +01:00
Palash Tyagi
49c9e7f66d Add start.sh script to manage Docker container startup 2025-05-03 22:40:08 +01:00
Palash Tyagi
08a4871907 Comment out container_name in docker-compose.yml to allow for multiple runners 2025-05-03 22:28:15 +01:00
Palash Tyagi
dbb95c9b1a renamed start to entrypoint 2025-05-03 22:25:31 +01:00
Palash Tyagi
8417b9e5d7 Update Dockerfile to use entrypoint.sh instead of start.sh 2025-05-03 22:25:17 +01:00
Palash Tyagi
8876379443 Refactor benchmark workflows to use self-hosted runner and disable push trigger 2025-05-03 21:33:47 +01:00
Palash Tyagi
4fe81b7a26 Add example.env configuration for GitHub Actions runner 2025-05-03 21:33:25 +01:00
Palash Tyagi
aca1e1381f Add docker-compose configuration for GitHub Actions runner 2025-05-03 21:31:48 +01:00
Palash Tyagi
6d0430e5ed Add Dockerfile and start script for GitHub Actions runner setup 2025-05-03 21:31:42 +01:00
Palash Tyagi
ae2daeeda7 Update upload-artifact action to version 4 in benchmark workflow 2025-05-03 19:22:29 +01:00
Palash Tyagi
a59c4c56bf Update benchmark report naming to include commit SHA for better traceability 2025-05-03 17:21:56 +01:00
Palash Tyagi
8cb33bc096 Add GitHub Actions workflow for running benchmarks and uploading reports 2025-05-03 17:20:11 +01:00
Palash Tyagi
55a3c788ea Add concurrency settings to unit test workflow 2025-05-02 23:36:30 +01:00
Palash Tyagi
44e15ae489 Update pull request types in workflow trigger for unit tests 2025-05-02 23:35:54 +01:00
Palash Tyagi
cf6cd18fad Add pull request types to workflow trigger for unit tests 2025-05-02 23:33:39 +01:00
Palash Tyagi
ed51a74f6b Add rustframe logo to documentation output 2025-05-01 01:02:09 +01:00
Palash Tyagi
dab2c758e6 Add condition to skip tests for draft pull requests 2025-05-01 01:02:03 +01:00
Palash Tyagi
94cdbe3b0e Add rustframe logo image to the repository 2025-04-26 05:58:14 +01:00
Palash Tyagi
d212adabb9 Add initial PR checks workflow configuration 2025-04-26 04:59:52 +01:00
Palash Tyagi
8ed8cecd0e Update documentation build and test commands to include release flag for improved performance 2025-04-26 02:54:02 +01:00
Palash Tyagi
5524116b20 disabled pr checks 2025-04-24 18:30:54 +01:00
Palash Tyagi
0fe30af2ac Remove comment 2025-04-24 18:17:42 +01:00
Palash Tyagi
ff93382780 commenting to test change 2025-04-24 18:14:30 +01:00
Palash Tyagi
9f5e076a7a Refactor PR checks workflow to skip sync events 2025-04-24 18:12:31 +01:00
Palash Tyagi
6582859c5f Add step to save last commit date as JSON in coverage report 2025-04-24 14:23:12 +01:00
Palash Tyagi
01389ac133 Specify LLVM engine for cargo tarpaulin coverage report generation 2025-04-22 00:37:15 +01:00
Palash Tyagi
adcf0d0a0b Uncomment doc-tests and documentation generation steps in CI workflow 2025-04-21 01:52:06 +01:00
Palash Tyagi
2642af5601 Add GitHub Actions workflow for running doc-tests and documentation generation 2025-04-21 01:51:03 +01:00
Palash Tyagi
d7c90c65e9 Add step to run doc-tests in CI workflow 2025-04-21 01:48:02 +01:00
Palash Tyagi
699dba4890 add GitHub Actions workflow for PR checks 2025-04-21 00:24:17 +01:00
Palash Tyagi
abfd55915d add PR checks script for validating merge conditions 2025-04-21 00:24:13 +01:00
Palash Tyagi
1d49ebd8b0 add concurrency settings to docs-and-testcov workflow 2025-04-20 02:43:46 +01:00
Palash Tyagi
93337d8436 update badge JSON label to 'tarpaulin-report' for clarity 2025-04-20 02:38:24 +01:00
Palash Tyagi
df775bde58 refactor badge JSON export to extract and format coverage value 2025-04-20 02:35:26 +01:00
Palash Tyagi
3dd7a65726 format coverage badge message to two decimal places 2025-04-20 02:31:58 +01:00
Palash Tyagi
41f404b840 add tarpaulin badge JSON export and include in output directory 2025-04-20 02:29:20 +01:00
Palash Tyagi
a5a5eeda87 add JSON output option to cargo tarpaulin coverage report 2025-04-20 02:22:42 +01:00
Palash Tyagi
5e9e9d6749 add copying of tarpaulin-report.json to output directory 2025-04-20 02:19:30 +01:00