File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments