Skip to content

Commit

Permalink
bump used gcov2lcov to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Apr 26, 2020
1 parent c760baa commit c4734cc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# changelog for gcov2lcov-action

## 1.0.2 [2020-04-25]

* bump to gcov2lcov 1.0.2 to address coverage calculation problem
(https://github.com/jandelgado/gcov2lcov-action/issues/2)

## 1.0.0 [2019-10-07]

* initial release
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LABEL "com.github.actions.color"="blue"
WORKDIR /go/src/app
ADD . /go/src/app

RUN GO111MODULE=on go get -u github.com/jandelgado/gcov2lcov@8226af035b78b815f035323db7530cc3702a3847
RUN GO111MODULE=on go get -u github.com/jandelgado/gcov2lcov@v1.0.2

COPY entrypoint.sh /

Expand Down

0 comments on commit c4734cc

Please sign in to comment.