Update build/test action & readme

update readme

Update test.yml
This commit is contained in:
tsosunchia
2023-06-14 23:05:32 +08:00
parent b68b768a65
commit ca2a7a8dc8
3 changed files with 15 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ on:
push:
branches:
- main
- backup
tags:
- "v*"
paths:

View File

@@ -4,6 +4,7 @@ on:
push:
branches:
- main
- backup
paths:
- "**/*.go"
- "go.mod"
@@ -40,4 +41,4 @@ jobs:
run: sudo go test -v -coverprofile='coverage.out' -covermode=count ./...
- name: Test with windows
if: ${{ matrix.os == 'windows-latest' }}
run: go test -v -coverprofile='coverage.out' -covermode=count ./...
run: go test -v -coverprofile='coverage.out' -covermode=count ./...

View File

@@ -8,6 +8,18 @@
An open source visual routing tool that pursues light weight, developed using Golang.
<p align="center">
<a href="https://github.com/sjlleo/nexttrace/actions">
<img src="https://img.shields.io/github/actions/workflow/status/sjlleo/nexttrace/build.yml?branch=main&style=flat-square" alt="Github Actions">
</a>
<a href="https://goreportcard.com/report/github.com/sjlleo/nexttrace">
<img src="https://goreportcard.com/badge/github.com/sjlleo/nexttrace?style=flat-square">
</a>
<a href="https://github.com/sjlleo/nexttrace/releases">
<img src="https://img.shields.io/github/release/sjlleo/nexttrace/all.svg?style=flat-square">
</a>
</p>
NextTrace is part of the [OwO Network](https://github.com/OwO-Network) project. The project is a joint initiative of Leo and Vincent.
If you like this project, [Donate us](https://afdian.net/a/sjlleo/plan) to help us to provide long-lasting API cost expenses.