Skip to content

Commit

Permalink
Update README.md and add Coverage CI
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninkriz committed Aug 19, 2023
1 parent b734a86 commit d06c5be
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,9 @@ jobs:
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
with:
directories: src
- uses: codecov/codecov-action@v3
with:
files: lcov.info
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# TSC.jl - Time Series Classification for Julia

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![CI](https://github.com/antoninkriz/TSC.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/antoninkriz/TSC.jl/actions/workflows/CI.yml)


Fast and optimized time series classification (TSC) toolkit for Julia.


Expand Down

0 comments on commit d06c5be

Please sign in to comment.