Skip to content

Commit

Permalink
use coveritup
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Oct 22, 2023
1 parent 9db8d31 commit 8159dcf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coveritup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build
run: |
BUILD_START=$SECONDS
go build -ldflags '-s -w' -o main cmd/gobrew/main.go
go build -ldflags '-s -w' -o main main.go
echo SCORE=$(($SECONDS-BUILD_START)) >> "$GITHUB_ENV"
- uses: kevincobain2000/action-coveritup@v1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![codecov](https://codecov.io/gh/kevincobain2000/go-app-reviews-scraper/branch/master/graph/badge.svg)](https://codecov.io/gh/kevincobain2000/go-app-reviews-scraper)



<p align="center">
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kevincobain2000/go-app-reviews-scraper

go 1.18
go 1.21

require (
github.com/JohannesKaufmann/html-to-markdown v1.3.4
Expand Down

0 comments on commit 8159dcf

Please sign in to comment.