gorilla / mux

Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍
https://gorilla.github.io
BSD 3-Clause "New" or "Revised" License
20.93k stars 1.85k forks source link

[GPT-95] Update go version, add tools for verification and testing #718

Closed apoorvajagtap closed 1 year ago

apoorvajagtap commented 1 year ago

Fixes # https://gorilla-web-toolkit.atlassian.net/browse/GPT-95

Summary of Changes Added .github/workflows/test.yml that runs golangci-lint & go tests on any PR created or each push to main branch.

coreydaley commented 1 year ago

@AlexVulaj I think this looks good. You will need to approve it since I made a couple of updates I can't approve my own commits.

codecov[bot] commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@abccd7e). Click here to learn what that means. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #718   +/-   ##
=======================================
  Coverage        ?   78.44%           
=======================================
  Files           ?        5           
  Lines           ?      877           
  Branches        ?        0           
=======================================
  Hits            ?      688           
  Misses          ?      135           
  Partials        ?       54