Skip to content

Commit

Permalink
Send code coverage stats
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottLandsborough committed Dec 30, 2023
1 parent 5a9d5c5 commit 7869be0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
environment: Build secrets

steps:
- uses: actions/checkout@v4
Expand All @@ -15,3 +16,7 @@ jobs:
run: go get ./...
- name: Run tests
run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4-beta
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Go](https://img.shields.io/badge/Go-1.x-success.svg)](https://golang.org/)
[![AWS Lambda](https://img.shields.io/badge/AWS-Lambda-orange.svg)](https://aws.amazon.com/lambda/)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/40c5e0b1db42449b91e0a4a0f5a0dcdf)](https://www.codacy.com/app/ElliottLandsborough/dog-ceo-api-golang?utm_source=github.com&utm_medium=referral&utm_content=ElliottLandsborough/dog-ceo-api-golang&utm_campaign=Badge_Grade)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/40c5e0b1db42449b91e0a4a0f5a0dcdf)](https://app.codacy.com/gh/ElliottLandsborough/dog-ceo-api-golang/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)

The AWS Lambda functions used for the [dog.ceo api](https://dog.ceo/api).

Expand Down

0 comments on commit 7869be0

Please sign in to comment.