Skip to content

Commit c4e4e4c

Browse files
committed
update test coverage
1 parent cb8cb57 commit c4e4e4c

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,21 +53,17 @@ jobs:
5353
${{ runner.os }}-
5454
- uses: julia-actions/julia-buildpkg@v1
5555
- uses: julia-actions/julia-runtest@v1
56-
- uses: julia-actions/julia-processcoverage@v1
57-
- uses: codecov/codecov-action@v1
58-
with:
59-
file: lcov.info
6056

6157
finish:
6258
needs: [pre_job, test]
6359
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
64-
name: Coveralls Finished
60+
name: Code coverage
6561
runs-on: ubuntu-latest
6662
steps:
67-
- uses: coverallsapp/github-action@master
63+
- uses: julia-actions/julia-processcoverage@v1
64+
- uses: codecov/codecov-action@v1
6865
with:
69-
github-token: ${{ secrets.GITHUB_TOKEN }}
70-
parallel-finished: true
66+
file: lcov.info
7167

7268
docs:
7369
name: Documentation

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GenericTensorNetworks
22

33
[![Build Status](https://github.com/QuEraComputing/GenericTensorNetworks.jl/workflows/CI/badge.svg)](https://github.com/QuEraComputing/GenericTensorNetworks.jl/actions)
4-
[![Coverage Status](https://coveralls.io/repos/github/QuEraComputing/GenericTensorNetworks.jl/badge.svg?branch=master&t=rIJIK2)](https://coveralls.io/github/QuEraComputing/GenericTensorNetworks.jl?branch=master)
4+
[![codecov](https://codecov.io/gh/QuEraComputing/GenericTensorNetworks.jl/branch/main/graph/badge.svg?token=vwWQntOxvG)](https://codecov.io/gh/QuEraComputing/GenericTensorNetworks.jl)
55
[![Docs](https://img.shields.io/badge/docs-dev-blue.svg)](https://queracomputing.github.io/GenericTensorNetworks.jl/dev/)
66

77
## Installation

0 commit comments

Comments
 (0)