Skip to content

Commit

Permalink
Lots of work
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj committed Mar 5, 2024
1 parent d784d8a commit ee9e474
Show file tree
Hide file tree
Showing 11 changed files with 879 additions and 150 deletions.
1 change: 0 additions & 1 deletion .codecov.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/CompatHelper.yml

This file was deleted.

16 changes: 1 addition & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.9'
- '1' # automatically expands to the latest stable 1.x release of Julia
- nightly
os:
Expand All @@ -24,10 +24,6 @@ jobs:
- windows-latest
arch:
- x64
include:
- os: windows-latest
version: '1'
arch: x86
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand All @@ -50,13 +46,3 @@ jobs:
- uses: codecov/codecov-action@v1
with:
file: lcov.info
docs:
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-docdeploy@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
40 changes: 0 additions & 40 deletions .github/workflows/invalidations.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/previews-cleanup.yml

This file was deleted.

4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The Example.jl package is licensed under the MIT "Expat" License:
The AwsIO.jl package is licensed under the MIT "Expat" License:

> Copyright (c) 2022: Jacob Quinn
> Copyright (c) 2024: Jacob Quinn
>
> Permission is hereby granted, free of charge, to any person obtaining
> a copy of this software and associated documentation files (the
Expand Down
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
Example Julia package repo.
# AwsIO.jl

[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaLang.github.io/Example.jl/stable)
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaLang.github.io/Example.jl/dev)
Wrapper library for the https://github.com/awslabs/aws-c-io library.

GitHub Actions : [![Build Status](https://github.com/JuliaLang/Example.jl/workflows/CI/badge.svg)](https://github.com/JuliaLang/Example.jl/actions?query=workflow%3ACI+branch%3Amaster)
The `LibAwsIO` module (exported) aims to directly wrap and expose aws-c-io functionality (matching
data structures and api functions exactly).

[![codecov.io](http://codecov.io/github/JuliaLang/Example.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaLang/Example.jl?branch=master)
The functions and structures in `AwsIO` are more Julia-like and are intended to be more user-friendly,
while using `LibAwsIO` under the hood.

GitHub Actions : [![Build Status](https://github.com/JuliaServices/AwsIO.jl/workflows/CI/badge.svg)](https://github.com/JuliaServices/AwsIO.jl/actions?query=workflow%3ACI+branch%3Amaster)

[![codecov.io](http://codecov.io/github/JuliaServices/AwsIO.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaServices/AwsIO.jl?branch=master)
Loading

0 comments on commit ee9e474

Please # to comment.