Skip to content

Commit 7c6a602

Browse files
committed
Add Codecov integration
1 parent 68f3db8 commit 7c6a602

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,8 @@ script:
4949
- moodle-plugin-ci shifter
5050
- moodle-plugin-ci jshint
5151
- moodle-plugin-ci validate
52-
- moodle-plugin-ci phpunit
52+
- moodle-plugin-ci phpunit --coverage-clover
5353
- moodle-plugin-ci behat
54+
55+
after_success:
56+
- bash <(curl -s https://codecov.io/bash)

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
[![Build Status](https://travis-ci.org/learnweb/moodle-block_evasys_sync.svg?branch=master)]
2-
(https://travis-ci.org/learnweb/moodle-block_evasys_sync)
3-
41
# moodle-block_evasys_sync *(release_candidate)*
2+
[![Build Status](https://travis-ci.org/learnweb/moodle-block_evasys_sync.svg?branch=master)](https://travis-ci.org/learnweb/moodle-block_evasys_sync)
3+
[![codecov](https://codecov.io/gh/learnweb/moodle-block_evasys_sync/branch/master/graph/badge.svg)](https://codecov.io/gh/learnweb/moodle-block_evasys_sync)
4+
55
:100: Anonyme Lehrevaluation mit EvaSys und Moodle
66

77
Entwickelt von: Max Inden, Dennis Grzyb, [Nina Herrmann](https://github.com/NinaHerrmann), [Tobias Reischmann](https://github.com/tobiasreischmann) und [Jan Dageförde](https://github.com/Dagefoerde) (WWU Münster).

codecov.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
fixes:
2+
- "moodle/blocks/evasys_sync/::"

0 commit comments

Comments
 (0)