Skip to content

Commit

Permalink
Merge pull request #26 from invopop/codecov
Browse files Browse the repository at this point in the history
Codecov
  • Loading branch information
samlown authored Jan 10, 2025
2 parents 883fb07 + ce848bd commit e245ea9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ jobs:
run: go mod download

- name: Test
run: go test -tags unit -race ./...
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

GOBL conversion into and from Factur-X (FR) and XRechnung/ZUGFeRD (DE) formats.

[![codecov](https://codecov.io/gh/invopop/gobl.xinvoice/graph/badge.svg?token=TMW8MWSZ9P)](https://codecov.io/gh/invopop/gobl.xinvoice)

Copyright [Invopop Ltd.](https://invopop.com) 2024. Released publicly under the [Apache License Version 2.0](LICENSE). For commercial licenses please contact the [dev team at invopop](mailto:dev@invopop.com). In order to accept contributions to this library we will require transferring copyrights to Invopop Ltd.

## Usage
Expand Down

0 comments on commit e245ea9

Please sign in to comment.