Skip to content

Commit

Permalink
add timeout and badges
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Sep 21, 2023
1 parent 1ef1219 commit 2d15876
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@
> This project is a research prototype.
[![BMWK](https://img.shields.io/badge/BMWK-SofDCar%20(19S21002)-blue.svg)](https://sofdcar.de)
[![Codacy Code Quality Badge](https://app.codacy.com/project/badge/Grade/8b0bd18dbdc844e4947b21b4e7bb5d9f)](https://app.codacy.com/gh/milesstoetzner/stoetzms-can2x/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![Release](https://github.com/milesstoetzner/stoetzms-can2x/actions/workflows/release.yaml/badge.svg)](https://github.com/milesstoetzner/stoetzms-can2x/actions/workflows/release.yaml)
[![Codacy Quality Badge](https://app.codacy.com/project/badge/Grade/8b0bd18dbdc844e4947b21b4e7bb5d9f)](https://app.codacy.com/gh/milesstoetzner/stoetzms-can2x/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![Codacy Coverage Badge](https://app.codacy.com/project/badge/Coverage/8b0bd18dbdc844e4947b21b4e7bb5d9f)](https://app.codacy.com/gh/milesstoetzner/stoetzms-can2x/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](https://vintner.opentosca.org/code-of-conduct)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Platforms](https://img.shields.io/badge/Platforms-Linux-blue.svg)](https://vintner.opentosca.org)
[![npm](https://img.shields.io/badge/npm-can2x-blue)](https://www.npmjs.com/package/can2x)

> TODO: code code coverage badge
> TODO: release pipeline badge
`can2x` is a simple utility for connecting a CAN bus bidirectional with another CAN bus over the network using common web protocols, such as HTTP, MQTT, Socket.IO, and WebSockets.

## Overview
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: yarn style:check

- name: (TEST) Run Tests
run: sudo yarn test
run: sudo timeout 1m sudo yarn test

- name: (TEST) Upload Tests to Codacy
uses: codacy/codacy-coverage-reporter-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
run: yarn style:check

- name: (TEST) Run Tests
run: sudo yarn test
run: sudo timeout 1m sudo yarn test

0 comments on commit 2d15876

Please sign in to comment.