From 8681836b15c7417a11b14d78c6af4f01ba0413b8 Mon Sep 17 00:00:00 2001 From: Anderson Ignacio Date: Fri, 17 Jun 2022 22:50:03 +0100 Subject: [PATCH] Updates on GH Signed-off-by: Anderson Ignacio --- Makefile | 2 +- README.md | 2 ++ tox.ini | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a63a6ee..22de5c4 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ RUN_CMD := docker run --rm --name axi_dma \ -v $(abspath .):/axi_dma -w \ /axi_dma aignacio/axi_dma -.PHONY: run_test csr_dma.sv clean +.PHONY: run cov clean all: run say ">Test run finished, please check the terminal" diff --git a/README.md b/README.md index 7668c2f..cc9979a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Regression Tests](https://github.com/aignacio/axi_dma/actions/workflows/regression.yaml/badge.svg)](https://github.com/aignacio/axi_dma/actions/workflows/regression.yaml) + ![logo_dma](docs/logo_dma.svg) # AXI DMA (Direct Memory Access) diff --git a/tox.ini b/tox.ini index 87bbd06..a0ed48d 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,8 @@ deps = cocotb commands = - py.test -rP -n auto {posargs} + pytest -n auto {posargs} + #pytest -rP -n auto {posargs} [pytest] testpaths =