Skip to content

Commit cc2289c

Browse files
theogfdevmotion
andauthored
Try to switch to CodeCov (#381)
* Try to switch to CodeCov * Add coompat limit to Distances * Second compat try * Update test/Project.toml Co-authored-by: David Widmann <[email protected]> Co-authored-by: David Widmann <[email protected]>
1 parent 7ce1c39 commit cc2289c

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -58,20 +58,8 @@ jobs:
5858
GROUP: ${{ matrix.group }}
5959
- uses: julia-actions/julia-processcoverage@v1
6060
if: matrix.version == '1' && matrix.os == 'ubuntu-latest'
61-
- name: Coveralls parallel
61+
- name: Send coverage to CodeCov
6262
if: matrix.version == '1' && matrix.os == 'ubuntu-latest'
63-
uses: coverallsapp/github-action@master
63+
uses: codecov/codecov-action@v2
6464
with:
65-
github-token: ${{ secrets.GITHUB_TOKEN }}
66-
path-to-lcov: ./lcov.info
67-
flag-name: run-${{ matrix.group }}
68-
parallel: true
69-
finish:
70-
needs: test
71-
runs-on: ubuntu-latest
72-
steps:
73-
- name: Send coverage
74-
uses: coverallsapp/github-action@master
75-
with:
76-
github-token: ${{ secrets.github_token }}
77-
parallel-finished: true
65+
file: lcov.info

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
1717

1818
[compat]
1919
AxisArrays = "0.4.3"
20-
Distances = "0.9, 0.10"
20+
Distances = "= 0.10.0, = 0.10.1, = 0.10.2, = 0.10.3, = 0.10.4"
2121
Documenter = "0.25, 0.26, 0.27"
2222
FiniteDifferences = "0.10.8, 0.11, 0.12"
2323
ForwardDiff = "0.10"

0 commit comments

Comments
 (0)