We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b64f80 commit f4da616Copy full SHA for f4da616
codecov.yml
@@ -1,3 +1,5 @@
1
+---
2
+
3
coverage:
4
status:
5
project:
routing/routes/routes.yaml
@@ -1,11 +1,11 @@
---
aggregator-main:
- path: /
- defaults: { _controller: 'SimpleSAML\Module\aggregator2\Controller\Aggregator::main' }
6
- methods: GET
+ path: /
+ defaults: { _controller: 'SimpleSAML\Module\aggregator2\Controller\Aggregator::main' }
+ methods: GET
7
8
aggregator-get:
9
- path: /get
10
- defaults: { _controller: 'SimpleSAML\Module\aggregator2\Controller\Aggregator::get' }
11
+ path: /get
+ defaults: { _controller: 'SimpleSAML\Module\aggregator2\Controller\Aggregator::get' }
0 commit comments