Skip to content

Commit 1b74e98

Browse files
authored
restructure repository (#427)
1 parent 0a8e8d1 commit 1b74e98

File tree

794 files changed

+466
-455
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

794 files changed

+466
-455
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,24 @@ jobs:
4242
arch: ${{ matrix.arch }}
4343
- uses: julia-actions/cache@v2
4444
- uses: julia-actions/julia-buildpkg@latest
45+
with:
46+
project: UnicodePlots
4547
- uses: julia-actions/julia-runtest@latest
48+
with:
49+
project: UnicodePlots
4650
env:
4751
JULIA_DEBUG: 'Main,UnicodePlots'
48-
COLORTERM: 'truecolor' # 24bit
52+
COLORTERM: 'truecolor' # 24bit
4953
- uses: julia-actions/julia-runtest@latest
54+
with:
55+
project: UnicodePlots
5056
if: startsWith(matrix.os, 'ubuntu')
5157
env:
5258
JULIA_DEBUG: 'Main,UnicodePlots'
53-
COLORTERM: 'invalid' # 8bit - 256 colors
59+
COLORTERM: 'invalid' # 8bit - 256 colors
5460
- uses: julia-actions/julia-processcoverage@latest
61+
with:
62+
directories: UnicodePlots/src,UnicodePlots/ext
5563
- uses: codecov/codecov-action@v5
5664
with:
5765
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/compathelper.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ jobs:
99
steps:
1010
- uses: JuliaRegistries/compathelper-action@v1
1111
with:
12+
version: '3'
13+
cmd: 'CompatHelper.main(subdirs=["UnicodePlots"])'
1214
token: ${{ secrets.GITHUB_TOKEN }}
1315
ssh: ${{ secrets.DOCUMENTER_KEY }}

.github/workflows/docs.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
types: [published]
1010
pull_request:
1111

12-
concurrency:
12+
concurrency:
1313
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}
1414
cancel-in-progress: true
1515

@@ -26,10 +26,8 @@ jobs:
2626
- uses: actions/checkout@v6
2727
- uses: julia-actions/setup-julia@latest
2828
- uses: julia-actions/cache@v2
29-
- name: Install dependencies
30-
run: julia --project=docs -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
31-
- name: Build and deploy
32-
run: julia --color=yes --project=docs docs/make.jl
29+
- run: julia --project=docs --color=yes -e 'using Pkg; Pkg.instantiate()'
30+
- run: julia --project=docs --color=yes docs/make.jl
3331
env:
3432
DOCUMENTER_KEY: ${{secrets.DOCUMENTER_KEY}}
3533
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/tagbot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020
ssh: ${{ secrets.DOCUMENTER_KEY }}
21-
21+
subdir: UnicodePlots

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
*.cov
77
*.swp
88

9-
Manifest-v*.toml
10-
Manifest.toml
9+
**/Manifest-v*.toml
10+
**/Manifest.toml
1111

1212
docs-md/imgs/
1313
docs/build/
1414

15-
1615
.DS_Store
1716
.old/

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ repos:
55
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
8-
exclude: ^test/references_
8+
exclude: ^assets/references_
99
- id: end-of-file-fixer
10-
exclude: ^test/references_
10+
exclude: ^assets/references_
1111
- id: check-toml
1212
- id: check-yaml
1313
# - id: check-added-large-files

CHANGELOG.md

Lines changed: 0 additions & 162 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
UnicodePlots/CHANGELOG.md

LICENSE.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

LICENSE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
UnicodePlots/LICENSE.md

0 commit comments

Comments
 (0)