Skip to content

Commit

Permalink
update codecov CI upload method (#693)
Browse files Browse the repository at this point in the history
* update codecov CI

* update readme
  • Loading branch information
lanpa committed Apr 16, 2023
1 parent 2169c4a commit 87a7a7b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 92 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,8 @@ jobs:
visdom &
pytest --cov=tensorboardX tests/
- name: Code Coverage Report
env:
CODECOV_TOKEN: "26239910-fe4e-463d-aa3d-e662e9bf39ef"
run: |
codecov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

test:
needs: build
Expand Down
83 changes: 0 additions & 83 deletions .travis.yml

This file was deleted.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# tensorboardX

[![Build Status](https://travis-ci.org/lanpa/tensorboardX.svg?branch=master)](https://travis-ci.org/lanpa/tensorboardX)
[![PyPI version](https://badge.fury.io/py/tensorboardX.svg)](https://badge.fury.io/py/tensorboardX)
[![Documentation Status](https://readthedocs.org/projects/tensorboardx/badge/?version=latest)](https://tensorboardx.readthedocs.io/en/latest/?badge=latest)
[![Documentation Status](https://codecov.io/gh/lanpa/tensorboardX/branch/master/graph/badge.svg)](https://codecov.io/gh/lanpa/tensorboardX/)
[![Coverage Status](https://codecov.io/gh/lanpa/tensorboardX/branch/master/graph/badge.svg)](https://codecov.io/gh/lanpa/tensorboardX/)

Write TensorBoard events with simple function call.

Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ soundfile
visdom
onnx
pytest-cov
codecov

0 comments on commit 87a7a7b

Please sign in to comment.