diff options
author | xuri <xuri.me@gmail.com> | 2021-10-15 21:45:46 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2021-10-15 21:45:46 +0800 |
commit | de38402f74bea9557188ad2c6f31c3127fd1bbfe (patch) | |
tree | 6c9363697638d1b78012a80bc6ce0fb45181e4bc /.github/workflows | |
parent | 58fd279dc845ebd9ccd4ba336d7c664824e70e43 (diff) |
This closes #1031, fix small float parsed error in some case
- new formula function: YEARFRAC, ref #65
- update the codecov version
- remove unused variable
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5f674c3..b984114 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -31,7 +31,7 @@ jobs: run: env GO111MODULE=on go test -v -timeout 30m -race ./... -coverprofile=coverage.txt -covermode=atomic - name: Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 with: file: coverage.txt flags: unittests |