Skip to content

Commit

Permalink
chore: remove unit test run circleci (#800)
Browse files Browse the repository at this point in the history
* chore: remove unit test run circleci

* chore: update badged

* chore: rename job
  • Loading branch information
niekvanstaveren authored Sep 21, 2023
1 parent 59ef378 commit dd84c3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 23 deletions.
21 changes: 0 additions & 21 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,24 +108,6 @@ jobs:
-e CREDENTIALS_COLONY="$APICULTURIST_TOKEN"
ghcr.io/qlik-download/api-compliance
test-unit:
<<: *defaults
steps:
- attach_workspace:
at: ~/picassojs
- run:
name: Run unit tests
command: |
yarn run test:unit --runInBand --coverage
if [ ! -z "$COVERALLS_REPO_TOKEN" ]; then
echo "Uploading coverage results to coveralls.io..."
cat ./reports/lcov.info | npx coveralls
fi
environment:
JEST_JUNIT_OUTPUT_DIR: ./reports/junit/
- store_test_results:
path: ./reports/junit/

test-component:
<<: *defaults
steps:
Expand Down Expand Up @@ -170,9 +152,6 @@ workflows:
tags:
only:
- /v.*/
- test-unit:
requires:
- install
- test-component:
requires:
- install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- master

jobs:
setup:
unit-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![CircleCI](https://circleci.com/gh/qlik-oss/picasso.js.svg?style=shield)](https://circleci.com/gh/qlik-oss/picasso.js)
[![Coverage Status](https://coveralls.io/repos/github/qlik-oss/picasso.js/badge.svg)](https://coveralls.io/github/qlik-oss/picasso.js)
[![Maintainability](https://api.codeclimate.com/v1/badges/99b380b0ac073f7e3b9d/maintainability)](https://codeclimate.com/github/qlik-oss/picasso.js/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/99b380b0ac073f7e3b9d/test_coverage)](https://codeclimate.com/github/qlik-oss/picasso.js/test_coverage)

![picasso.js](docs/assets/picassojs.png)

Expand Down

0 comments on commit dd84c3d

Please sign in to comment.