Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiedb committed Sep 15, 2022
1 parent 76c06fd commit e96a77b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,4 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
with:
file: lcov.info
- uses: codecov/codecov-action@v3
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
[ci-img]: https://github.com/jeremiedb/EvoLinear.jl/workflows/CI/badge.svg
[ci-url]: https://github.com/jeremiedb/EvoLinear.jl/actions?query=workflow%3ACI+branch%3Amain

[codecov-img]: https://codecov.io/gh/jeremiedb/EvoLinear.jl/coverage.svg?branch=main
[codecov-url]: https://codecov.io/gh/jeremiedb/EvoLinear.jl?branch=main

[codecov-img]: https://codecov.io/github/jeremiedb/EvoLinear.jl/branch/main/graph/badge.svg
[codecov-url]: https://codecov.io/github/jeremiedb/EvoLinear.jl?branch=main

Supported loss functions:

Expand Down

0 comments on commit e96a77b

Please sign in to comment.