Skip to content

Commit 21f2a3d

Browse files
authored
Merge pull request #549 from cglewis/master
try to fix codecov
2 parents 5691118 + 3423278 commit 21f2a3d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
make test
3232
- name: Upload coverage to Codecov
3333
uses: codecov/codecov-action@v1.0.5
34+
env:
35+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3436
with:
3537
token: ${{ secrets.CODECOV_TOKEN }}
3638
if: github.repository == 'cyberreboot/networkml' && github.event_name == 'push'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Machine Learning for Computer Network Traffic
22

33
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
4-
[![Build Status](https://github.com/cyberreboot/networkml/workflows/test/badge.svg)
4+
![Build Status](https://github.com/cyberreboot/networkml/workflows/test/badge.svg)
55
[![PyPI version](https://badge.fury.io/py/networkml.svg)](https://badge.fury.io/py/networkml)
66
[![codecov](https://codecov.io/gh/CyberReboot/NetworkML/branch/master/graph/badge.svg)](https://codecov.io/gh/CyberReboot/NetworkML)
77
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/28bb6ce9fa154134b8dda35c5d5d7010)](https://www.codacy.com/app/CyberReboot/NetworkML?utm_source=github.com&utm_medium=referral&utm_content=CyberReboot/NetworkML&utm_campaign=Badge_Grade)

0 commit comments

Comments
 (0)