Skip to content

Commit

Permalink
Update unit_tests.yml to the workflow on windows, ubuntu, and macos.
Browse files Browse the repository at this point in the history
  • Loading branch information
menouar committed Jul 25, 2023
1 parent e703dc7 commit 88e2bfe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
with:
name: coverage-report
path: coverage.xml
- name: Coveralls
- name: Coveralls (Run only on Linux and macOS)
if: ${{ matrix.os != 'windows-latest' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: coverallsapp/github-action@v2
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,17 @@

Universal Event Detection in Time Series
==========================================================
## Table of Contents

Welcome to **Event Detector**, a Python package for detecting events in time series data. The emphasis of this package
- [Introduction](#introduction)
- [Installation](#installation)
- [Quickstart](#Quickstart)
- [Make Prediction](#Make Prediction)
- [Documentation](#documentation)
- [How to credit our package](#How to credit our package)

## Introduction
Welcome to **EventDetector**, a Python package for detecting events in time series data. The emphasis of this package
is on offering useful machine learning functionalities, such as customizing and fitting the model on multidimensional
time series, training on large datasets, ensemble models, and providing rich support for event detection in time
series.
Expand Down

0 comments on commit 88e2bfe

Please sign in to comment.