Skip to content

Commit

Permalink
Skip coverage for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jabbrwcky committed Jan 24, 2024
1 parent a6c699a commit 0da04b8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build-test:
strategy:
matrix:
go-version: [1.20.x, 1.21.x]
go-version: ["1.20", 1.21.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -22,13 +22,13 @@ jobs:
with:
name: Go-results-${{ matrix.go-version }}
path: TestResults-${{ matrix.go-version }}.json
- name: Update coverage report
uses: ncruces/go-coverage-report@v0
with:
report: true
chart: true
amend: true
if: |
matrix.os == 'ubuntu-latest' &&
github.event_name == 'push'
continue-on-error: true
# - name: Update coverage report
# uses: ncruces/go-coverage-report@v0
# with:
# report: true
# chart: true
# amend: true
# if: |
# matrix.os == 'ubuntu-latest' &&
# github.event_name == 'push'
# continue-on-error: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Go version](https://img.shields.io/github/go-mod/go-version/pflege-de/go-force)](https://github.com/pflege-de/go-force/blob/master/go.mod)
[![Current Release](https://img.shields.io/github/v/release/pflege-de/go-force.svg)](https://github.com/pflege-de/go-force/releases)
[![godoc](https://godoc.org/github.com/pflege-de/go-force?status.svg)](https://godoc.org/github.com/pflege-de/go-force)
[![Go Coverage](https://github.com/pflege-de/go-force/wiki/coverage.svg)](https://raw.githack.com/wiki/pflege-de/go-force/coverage.html)
<!-- [![Go Coverage](https://github.com/pflege-de/go-force/wiki/coverage.svg)](https://raw.githack.com/wiki/pflege-de/go-force/coverage.html) -->
[![License](https://img.shields.io/github/license/pflege-de/go-force)](https://github.com/pflege-de/go-force/blob/master/LICENSE)

[Golang](http://golang.org/) API wrapper for [Force.com](http://www.force.com/), [Salesforce.com](http://www.salesforce.com/)
Expand Down

0 comments on commit 0da04b8

Please sign in to comment.