Skip to content

Commit

Permalink
Merge pull request #9 from madflojo/fixing-badge
Browse files Browse the repository at this point in the history
chore(ci): updating ci badge and go version
  • Loading branch information
madflojo authored Sep 2, 2024
2 parents 41340c0 + ab13ad4 commit f8e6111
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18

- name: Install cover
run: go get golang.org/x/tools/cmd/cover

- name: Install goveralls
run: go get -u github.com/mattn/goveralls
run: go install github.com/mattn/goveralls@latest

- name: Test
run: go test -race -v -covermode=atomic -coverprofile=coverage.out ./...
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A Message Length Indicator Encoder/Decoder

[![PkgGoDev](https://pkg.go.dev/badge/github.com/americanexpress/simplemli)](https://pkg.go.dev/github.com/americanexpress/simplemli)
[![Build Status](https://www.travis-ci.com/americanexpress/simplemli.svg?branch=main)](https://www.travis-ci.com/americanexpress/simplemli)
[![Build](https://github.com/americanexpress/simplemli/actions/workflows/tests.yml/badge.svg)](https://github.com/americanexpress/simplemli/actions/workflows/tests.yml)
[![Coverage Status](https://coveralls.io/repos/github/americanexpress/simplemli/badge.svg?branch=main)](https://coveralls.io/github/americanexpress/simplemli?branch=main)
[![Go Report Card](https://goreportcard.com/badge/github.com/americanexpress/simplemli)](https://goreportcard.com/report/github.com/americanexpress/simplemli)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/americanexpress/simplemli

go 1.16
go 1.18

0 comments on commit f8e6111

Please sign in to comment.