From 2bae21126e42ac807ee620c7aea81cd903b1cd4a Mon Sep 17 00:00:00 2001 From: shimwell Date: Tue, 26 Nov 2024 16:43:31 +0100 Subject: [PATCH] removed old ci --- .circleci/config.yml | 24 ------------------------ README.md | 3 ++- 2 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 1ccef14..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,24 +0,0 @@ -version: 2 -jobs: - # test: - build: - docker: - - image: openmc/openmc:develop - steps: - - checkout - - run: - name: install - command: | - pip install --upgrade pip - pip install .[tests] - apt-get update -y && apt-get install -y curl - - - run: - name: run tests - command: | - pytest tests -v --cov=openmc_plasma_source --cov-append --cov-report term --cov-report xml - - - store_test_results: - path: test-reports - - - run: bash <(curl -s https://codecov.io/bash) diff --git a/README.md b/README.md index 26d0903..fbb12ee 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -[![CircleCI](https://circleci.com/gh/fusion-energy/openmc-plasma-source/tree/main.svg?style=svg)](https://circleci.com/gh/fusion-energy/openmc-plasma-source/tree/main) [![codecov](https://codecov.io/gh/fusion-energy/openmc-plasma-source/branch/main/graph/badge.svg?token=kDvWo6NGue)](https://codecov.io/gh/fusion-energy/openmc-plasma-source) [![PyPI version](https://badge.fury.io/py/openmc-plasma-source.svg)](https://badge.fury.io/py/openmc-plasma-source) +[![CI testing](https://github.com/fusion-energy/openmc-plasma-source/actions/workflows/ci.yml/badge.svg)](https://github.com/fusion-energy/openmc-plasma-source/actions/workflows/ci.yml) +[![codecov](https://codecov.io/gh/fusion-energy/openmc-plasma-source/branch/main/graph/badge.svg?token=kDvWo6NGue)](https://codecov.io/gh/fusion-energy/openmc-plasma-source) [![PyPI version](https://badge.fury.io/py/openmc-plasma-source.svg)](https://badge.fury.io/py/openmc-plasma-source) # OpenMC-plasma-source