Skip to content

Commit

Permalink
chore: rename to IESoptLib.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Strömer committed Jun 1, 2024
1 parent 13962f8 commit 7c7b534
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "IESoptLibrary"
name = "IESoptLib"
uuid = "b98f706d-40ec-4ce6-a66c-1c6e71d3cef6"
version = "0.1.0"

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IESoptLibrary
# IESoptLib.jl

[![Build Status](https://github.com/ait-energy/IESoptLibrary.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/ait-energy/IESoptLibrary.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/ait-energy/IESoptLibrary.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/ait-energy/IESoptLibrary.jl)
[![Build Status](https://github.com/ait-energy/IESoptLib.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/ait-energy/IESoptLib.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/ait-energy/IESoptLib.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/ait-energy/IESoptLib.jl)
[![Aqua](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
2 changes: 1 addition & 1 deletion src/IESoptLibrary.jl → src/IESoptLib.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module IESoptLibrary
module IESoptLib

# Write your package code here.

Expand Down
8 changes: 4 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
using IESoptLibrary
using IESoptLib
using Test
import Aqua
import JET

@testset "IESoptLibrary.jl" verbose = true begin
@testset "IESoptLib.jl" verbose = true begin
@testset "Code quality (Aqua.jl)" begin
Aqua.test_all(IESoptLibrary)
Aqua.test_all(IESoptLib)
end

@testset "Code linting (JET.jl)" begin
JET.test_package(IESoptLibrary; target_defined_modules=true)
JET.test_package(IESoptLib; target_defined_modules=true)
end

# Write your tests here.
Expand Down

0 comments on commit 7c7b534

Please sign in to comment.