Skip to content

Commit

Permalink
Remove codecov from GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmech committed May 15, 2024
1 parent 19f95db commit f2316f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Test & Coverage
name: Build and Test
on: [pull_request, push]
jobs:
test_and_coverage:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -20,14 +20,6 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ^1.20
- name: Build all
- name: Build and test all
run: |
bash ./all.bash
- name: Test & Coverage
run: |
go test -coverprofile=coverage.out -covermode=atomic ./...
- name: Upload to codecov.io
uses: codecov/codecov-action@v1
with:
token: ${{secrets.CODECOV_TOKEN}}
fail_ci_if_error: true
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[![Go Reference](https://pkg.go.dev/badge/github.com/cpmech/gosl.svg)](https://pkg.go.dev/github.com/cpmech/gosl)
[![Go Report Card](https://goreportcard.com/badge/github.com/cpmech/gosl)](https://goreportcard.com/report/github.com/cpmech/gosl)
[![codecov](https://codecov.io/gh/cpmech/gosl/branch/main/graph/badge.svg?token=2QnqwyGTYx)](https://codecov.io/gh/cpmech/gosl)
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/avelino/awesome-go)

Gosl is a set of tools for developing scientific simulations using the Go language. We mainly consider the development of numerical methods and solvers for differential equations but also present some functions for fast Fourier transforms, the generation of random numbers, probability distributions, and computational geometry.
Expand Down

0 comments on commit f2316f3

Please sign in to comment.