Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 7 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
version: 2.1

orbs:
codecov: codecov/codecov@1.0.4

executors:
default:
docker:
Expand All @@ -24,16 +28,9 @@ jobs:
name: default
steps:
- checkout
- run:
name: "Create a temp directory for artifacts"
command: |
mkdir -p /tmp/artifacts
- run:
command: |
make coverage
mv server/coverage.html /tmp/artifacts
- store_artifacts:
path: /tmp/artifacts
- run: make coverage
- codecov/upload:
file: server/coverage.out

build:
executor:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ The changelog can be found at https://github.com/mattermost/mattermost-plugin-gi

## 0.3.0 - unreleased

- Display coverage with [codecov](https://codecov.io) [#37](https://github.com/manland/mattermost-plugin-gitlab/pull/37)
- Backport [mattermost-plugin-sample](https://github.com/mattermost/mattermost-plugin-sample/) infra code : use go mod, rework makefile to use sub-module, repair coverage [#27](https://github.com/manland/mattermost-plugin-gitlab/pull/27)
- From `Gitlab` to `GitLab` [#31](https://github.com/manland/mattermost-plugin-gitlab/pull/31)

Expand Down
4 changes: 2 additions & 2 deletions server/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
coverage.txt
coverage.out
coverage.html
vendor
.depensure
.depensure