rog-golang-buddies / golang-template-repository

Kickstarter repository for a golang service
Apache License 2.0
17 stars 7 forks source link

Add go tests #35

Closed haani-niyaz closed 2 years ago

haani-niyaz commented 2 years ago

A workflow is required to run go test on events .g: on: [pull_request, push, workflow_dispatch]

jeffy-mathew commented 2 years ago

@haani-niyaz I'd like to pick this up. I assume this requires changes for sonarcloud integration as well (including test files and coverage files etc.) wdyt?

haani-niyaz commented 2 years ago

@jeffy-mathew thanks for expressing interest. At this stage we just need to get the tests running first. I'd recommend getting that merged and then looking at the sonarcloud integration.