Skip to content

Commit 4150ab5

Browse files
authored
Merge pull request #553 from metrue/master
release 0.9.44
2 parents ff48874 + c174347 commit 4150ab5

File tree

15 files changed

+435
-100
lines changed

15 files changed

+435
-100
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
2828
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2929
run: |
30-
export KUBECONFIG="$(kind get kubeconfig-path)"
30+
# export KUBECONFIG="$(kind get kubeconfig-path)"
3131
make unit-test
3232
bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN}
3333

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
3333
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
3434
run: |
35-
export KUBECONFIG="$(kind get kubeconfig-path)"
35+
# export KUBECONFIG="$(kind get kubeconfig-path)"
3636
make unit-test
3737
3838
- name: build fx

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Poor man's function as a service.
88
[![CodeCov](https://codecov.io/gh/metrue/fx/branch/master/graph/badge.svg)](https://codecov.io/gh/metrue/fx)
99
[![Go Report Card](https://goreportcard.com/badge/github.com/metrue/fx?style=flat-square)](https://goreportcard.com/report/github.com/metrue/fx)
1010
[![Go Doc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](http://godoc.org/github.com/metrue/fx)
11-
![](https://img.shields.io/github/license/metrue/fx.svg)
11+
![visitors](https://visitor-badge.glitch.me/badge?page_id=https://github.com/metrue/fx)
12+
![liscense](https://img.shields.io/github/license/metrue/fx.svg)
1213
[![Release](https://img.shields.io/github/release/metrue/fx.svg?style=flat-square)](https://github.com/metrue/fx/releases/latest)
1314

1415
## Table of Contents

0 commit comments

Comments
 (0)