Skip to content

Commit

Permalink
try to open coverall pusher
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Mar 2, 2024
1 parent cbc5dd5 commit bccbfcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
ENABLE_DOCKER: 0
ENABLE_Apps_Building: 1
ENABLE_FULL_ARCHes_TEST: 0
ENABLE_Coveralls_Sender: 0
ENABLE_Coveralls_Sender: 1
ENABLE_Simple_Release: 1 # simple (1), or normal (0): build+docker+brew+release
ENABLE_Homebrew: 0
#HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}
Expand Down Expand Up @@ -94,7 +94,8 @@ jobs:
# notifies coveralls that all test jobs are finished
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
if: startsWith(github.ref, 'refs/tags/v') && env.ENABLE_Coveralls_Sender != 0
# if: startsWith(github.ref, 'refs/tags/v') && env.ENABLE_Coveralls_Sender != 0
if: env.ENABLE_Coveralls_Sender != 0
with:
path-to-profile: profile.cov
parallel: true
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
![Go](https://github.com/hedzr/evendeep/workflows/Go/badge.svg)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/hedzr/evendeep.svg?label=release)](https://github.com/hedzr/evendeep/releases)
[![go.dev](https://img.shields.io/badge/go.dev-reference-green)](https://pkg.go.dev/github.com/hedzr/evendeep)
[![Go Report Card](https://goreportcard.com/badge/github.com/hedzr/evendeep)](https://goreportcard.com/report/github.com/hedzr/evendeep)
[![codecov](https://codecov.io/gh/hedzr/evendeep/branch/master/graph/badge.svg)](https://codecov.io/gh/hedzr/evendeep)
[![Go Report Card](https://goreportcard.com/badge/github.com/hedzr/evendeep)](https://goreportcard.com/report/github.com/hedzr/evendeep) <!--
[![codecov](https://codecov.io/gh/hedzr/evendeep/branch/master/graph/badge.svg)](https://codecov.io/gh/hedzr/evendeep) -->
[![Coverage Status](https://coveralls.io/repos/github/hedzr/evendeep/badge.svg?branch=master)](https://coveralls.io/github/hedzr/evendeep?branch=master)

This is a standard deepcopy library. It provides per-field copying deeply, and compares deeply abilities.
Expand Down

0 comments on commit bccbfcc

Please sign in to comment.