Skip to content

Commit

Permalink
chore(ci): codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
arldka committed Aug 12, 2023
1 parent bd0ab40 commit 21fe698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
export ARTIFACT_HUB_VERSION=$(curl -X 'GET' 'https://artifacthub.io/api/v1/packages/coredns/artifact-hub/artifact-hub' -H 'accept: application/json' | jq -r '.version')
echo $ARTIFACT_HUB_VERSION
go version
go test ./artifacthub -race -coverprofile=coverage.txt -covermode=atomic
go test ./artifacthub -coverprofile=coverage.txt -covermode=atomic
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

0 comments on commit 21fe698

Please sign in to comment.