91 Commits

Author SHA1 Message Date
Palash Tyagi
81250465de fix README tarpaulin badge URL to use correct formatting 2025-04-20 02:39:47 +01:00
Palash Tyagi
516da197ab update README to clarify tarpaulin coverage report reference 2025-04-20 02:38:34 +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
Palash Tyagi
0e68d6d521 update .gitignore to ignore all tarpaulin report files 2025-04-20 02:19:25 +01:00
89680f680b
Merge pull request #7 from Magnus167/deps
Remove `rayon` dependency from Cargo.toml
2025-04-20 01:52:12 +01:00
Palash Tyagi
458d7a2100 remove rayon dependency from Cargo.toml 2025-04-20 01:50:34 +01:00
3335fc170a
Merge pull request #6 from Magnus167/move_tests
Refactor test organization for matrices and frames
2025-04-20 01:48:37 +01:00
Palash Tyagi
1d81f7e72f moved tests out of tests directory 2025-04-20 01:46:57 +01:00
Palash Tyagi
b6ce1c9076 move matrix tests to mat.rs 2025-04-20 01:42:32 +01:00
Palash Tyagi
57e5ee38d2 moved tests back into frame.rs 2025-04-20 01:40:50 +01:00
2649d50986
Merge pull request #5 from Magnus167/docs_and_tests
Adding workflow for docs & testcov
2025-04-20 01:25:07 +01:00
Palash Tyagi
0a0360a37e refactor: remove build and test sections from README.md 2025-04-20 01:24:05 +01:00
Palash Tyagi
3bf432fd95 fix: comment out pull request trigger in workflow 2025-04-20 01:18:14 +01:00
Palash Tyagi
a9780261a7 enable manual triggering of documentation and test coverage workflow 2025-04-20 01:17:22 +01:00
Palash Tyagi
7f90c5cb4c add meta refresh tag to index.html for documentation navigation 2025-04-20 01:14:58 +01:00
Palash Tyagi
33ea2d9334 testing with updated output directory for Pages artifact upload 2025-04-20 01:08:40 +01:00
Palash Tyagi
45b45f5817 fix: correct output directory path for documentation files 2025-04-20 01:04:43 +01:00
Palash Tyagi
1a1e820e2e fix: add step to test documentation generation in CI workflow 2025-04-20 01:04:37 +01:00
Palash Tyagi
34b88c466f fix: correct path for tarpaulin report check in CI workflow 2025-04-20 00:57:29 +01:00
Palash Tyagi
34f89d6046 fix: ensure README.md is included in documentation output 2025-04-20 00:56:30 +01:00
Palash Tyagi
19ae101bcc fix: update documentation workflow to correctly prepare and check for coverage report 2025-04-20 00:56:25 +01:00
Palash Tyagi
bb60d8e017 fix: add tarpaulin report to .gitignore 2025-04-20 00:56:20 +01:00
Palash Tyagi
1003cae809 docs: update README.md to improve structure and formatting 2025-04-20 00:55:55 +01:00
Palash Tyagi
d864986432 fix: correct documentation output directory in CI workflow 2025-04-20 00:10:20 +01:00
Palash Tyagi
bbc401225b refactor: reorganize documentation build steps and update output directory structure 2025-04-20 00:04:25 +01:00
Palash Tyagi
69b240f7a8 fix: correct output directory for documentation files in CI workflow 2025-04-20 00:00:49 +01:00
Palash Tyagi
f5b9f2442a refactor CI workflow name and output directory handling 2025-04-19 23:58:58 +01:00
Palash Tyagi
cd8ebe2625 refactor CI workflow to remove manual installation of cargo-binstall 2025-04-19 23:56:50 +01:00
Palash Tyagi
c155fbd7af refactor CI workflow to install Cargo binstall step using action instead of manual installation 2025-04-19 23:12:08 +01:00
Palash Tyagi
083e71f81b refactor CI workflow to consolidate output directory and simplify artifact upload 2025-04-19 23:07:11 +01:00
Palash Tyagi
65819b53c0 refactor CI workflow to install cargo-tarpaulin via cargo-binstall and streamline output directory setup 2025-04-19 22:08:03 +01:00
Palash Tyagi
55294056fc update GitHub Actions to use latest versions of upload-pages-artifact and deploy-pages 2025-04-19 21:40:04 +01:00
Palash Tyagi
5f9ba1835f testing with docs & testcov 2025-04-19 21:38:25 +01:00
e479452182
Merge pull request #4 from Magnus167/dateutils
Implementing date utils
2025-04-19 21:23:30 +01:00
bbed5cf789
Merge branch 'main' into dateutils 2025-04-19 21:14:00 +01:00
Palash Tyagi
ad29c2fde9 added codecov.yml 2025-04-19 21:13:05 +01:00
Palash Tyagi
fcbea050a4 apply formatting 2025-04-19 17:44:41 +01:00
Palash Tyagi
65d88f4af2 add dates module and re-export DateFreq and DatesList 2025-04-19 16:01:25 +01:00
Palash Tyagi
3e4378c525 added DatesList util 2025-04-19 16:01:19 +01:00
Palash Tyagi
4043632a68 update BDateFreq parsing and add string representation methods, added more tests 2025-04-19 15:32:58 +01:00
23cf0f9af2
Merge branch 'main' into dateutils 2025-04-19 14:08:53 +01:00
Palash Tyagi
afd4187674 add utils mod to lib.rs 2025-04-19 14:07:17 +01:00
Palash Tyagi
3dec894cd0 add mod.rs for utils 2025-04-19 14:06:59 +01:00
Palash Tyagi
54e5810100 added util for bdates list 2025-04-19 14:04:16 +01:00
58598d4601
Merge pull request #3 from Magnus167/dev
Updating workflow
2025-04-19 02:21:57 +01:00