Skip to content

Commit

Permalink
add: codecov report
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolosLykos committed Jan 18, 2022
1 parent 0e0b2f3 commit 61cf1ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 54 deletions.
53 changes: 0 additions & 53 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

6 changes: 5 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@ jobs:
run: go build -v .

- name: Test
run: go test -v .
run: go test -coverprofile="coverage.txt" -covermode=atomic -p 1 .

- name: Upload coverage to Codecov
if: success() && matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v1

0 comments on commit 61cf1ab

Please sign in to comment.