Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add codecov CI #15

Merged
merged 1 commit into from Aug 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Expand Up @@ -61,15 +61,15 @@ jobs:
coverage report -m -i
coverage xml -i

# - name: Upload Coverage to Codecov
# uses: codecov/codecov-action@v1
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# file: ./coverage.xml
# flags: unittests
# env_vars: OS,PYTHON
# name: codecov-umbrella
# fail_ci_if_error: false
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
flags: unittests
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: false

- name: SonarCloud Scan
if: runner.os != 'macOS' && env.SONAR_TOKEN != null
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -120,8 +120,8 @@ Read full [**Contributor Covenant Code of Conduct**](https://github.com/gradsflo

**Gradsflow** is built with help of Optuna and PyTorch Lightning 💜

## Cite
### BibTeX

### Citing
```
@software{aniket_maurya_2021_5245151,
author = {Aniket Maurya},
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Expand Up @@ -120,8 +120,8 @@ Read full [**Contributor Covenant Code of Conduct**](https://github.com/gradsflo

**Gradsflow** is built with help of Optuna and PyTorch Lightning 💜

## Cite
### BibTeX

### Citing
```
@software{aniket_maurya_2021_5245151,
author = {Aniket Maurya},
Expand Down