slackapi / deno-slack-hooks

Helper library implementing the contract between the Slack CLI and Slack application SDKs
MIT License
11 stars 3 forks source link

add symbolic link to readme #79

Closed WilliamBergamin closed 9 months ago

WilliamBergamin commented 9 months ago

Summary

This PR aim to allow denoland to display the readme.md from this repository while maintaining a single source of truth for the readme

Testing

Test this out from this branch

Special notes

This change moves the README.md content to src/README.md and creates a symbolic link between README.md and src/README.md, this makes src/README.md the source of truth but allows GitHub to properly render the README.md file

Feedback

Requirements

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (5469b14) 77.24% compared to head (54835b8) 77.49%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #79 +/- ## ========================================== + Coverage 77.24% 77.49% +0.24% ========================================== Files 16 16 Lines 813 813 Branches 111 119 +8 ========================================== + Hits 628 630 +2 Misses 182 182 + Partials 3 1 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.