Skip to content

Commit

Permalink
Add Aqua
Browse files Browse the repository at this point in the history
  • Loading branch information
gwehrle committed Nov 22, 2024
1 parent f5bc03f commit f99d49b
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 7 deletions.
6 changes: 0 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,3 @@ HTTP = "1.10.8"
Preferences = "1.4.3"
URIs = "1.5.1"
julia = "1.10"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![SciML Code Style](https://img.shields.io/static/v1?label=code%20style&message=SciML&color=9558b2&labelColor=389826)](https://github.com/SciML/SciMLStyle)
[![All Contributors](https://img.shields.io/github/all-contributors/gwehrle/Overpass.jl?color=ee8449&style=flat-square)](#contributors)
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)

Julia wrapper for the OpenStreetMap [Overpass API](https://wiki.openstreetmap.org/wiki/Overpass_API).

Expand Down
5 changes: 5 additions & 0 deletions test/Aqua.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
using Aqua
Aqua.test_all(
Overpass;
deps_compat=(ignore=[:Dates],),
)
8 changes: 7 additions & 1 deletion test/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

julia_version = "1.11.1"
manifest_format = "2.0"
project_hash = "ca24fc4049fdd24fb7f0493ffa2e35a4a4d2fa4b"
project_hash = "6fc63005bc4ee24c01f5dc27a601f5bdc6c5c3b3"

[[deps.Aqua]]
deps = ["Compat", "Pkg", "Test"]
git-tree-sha1 = "49b1d7a9870c87ba13dc63f8ccfcf578cb266f95"
uuid = "4c88cf16-eb10-579e-8560-4a9242c79595"
version = "0.8.9"

[[deps.ArgTools]]
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
Expand Down
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
BrokenRecord = "bdd55f5b-6e67-4da1-a080-6086e55655a0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Expand Down
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,5 @@ configure!(;
"{{ custom }}", nothing, nothing)
end
end

include("Aqua.jl")

0 comments on commit f99d49b

Please sign in to comment.