Skip to content

Commit

Permalink
Merge pull request #1 from intelligent-control-lab/covered
Browse files Browse the repository at this point in the history
merge code coverage badge
  • Loading branch information
Wei-TianHao authored Aug 16, 2024
2 parents 667aa53 + 7c106ef commit 88a7abe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
env:
token: ${{ secrets.CODECOV_TOKEN }}

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

![CI](https://github.com/intelligent-control-lab/ModelVerification.jl/actions/workflows/CI.yml/badge.svg)
![Doc](https://github.com/intelligent-control-lab/ModelVerification.jl/actions/workflows/documentation.yml/badge.svg)
![codecov](https://codecov.io/gh/Louis2099/vnn2024/branch/master/graph/badge.svg?token=1HE6W2NURT)

## Introduction
Deep Neural Network (DNN) is crucial in approximating nonlinear functions across diverse applications, such as computer vision and control. Verifying specific input-output properties can be a highly challenging task. To this end, we present [ModelVerification.jl](https://github.com/intelligent-control-lab/ModelVerification.jl), the only cutting-edge toolbox that contains a suite of state-of-the-art methods for verifying DNNs. This toolbox significantly extends and improves the previous version ([NeuralVerification.jl](https://sisl.github.io/NeuralVerification.jl/latest/)) and is designed to empower developers and machine learning practioners with robust tools for verifying and ensuring the trustworthiness of their DNN models.
Expand Down Expand Up @@ -134,4 +135,4 @@ Please consider citing this toolbox if it is useful for your research.
howpublished = {\url{https://github.com/intelligent-control-lab/ModelVerification.jl}},
year = {2024}
}
```
```

0 comments on commit 88a7abe

Please sign in to comment.