Skip to content

Commit

Permalink
Merge pull request #35 from COS301-SE-2024/add-codecove-for-golang
Browse files Browse the repository at this point in the history
Update lint-test-build-golang.yml
  • Loading branch information
waveyboym authored Jun 3, 2024
2 parents 41db129 + 4fc3540 commit 0775967
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint-test-build-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ jobs:
run: |
go test ./tests/...
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}

build:
name: Build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0775967

Please sign in to comment.