Skip to content

Commit

Permalink
Fix aqua (#45)
Browse files Browse the repository at this point in the history
* Fix aqua

* Add fail_ci_if_error
  • Loading branch information
JeffFessler authored May 19, 2024
1 parent 14c0bc4 commit 2321349
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ jobs:
if: ${{ matrix.version == '1' && matrix.os == 'ubuntu-latest' }}
with:
file: lcov.info
fail_ci_if_error: false
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion test/aqua.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using ImageGeoms
using ImageGeoms: ImageGeoms
import Aqua
using Test: @testset

Expand Down

0 comments on commit 2321349

Please sign in to comment.